From d9980f7ab4e21e2bdd01043e6c37f15e48508b1d Mon Sep 17 00:00:00 2001 From: Havvy Date: Wed, 2 May 2018 16:32:35 -0700 Subject: [PATCH] Add a space to force Travis to re-run --- src/attributes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/attributes.md b/src/attributes.md index 49de6f854..d431f602f 100644 --- a/src/attributes.md +++ b/src/attributes.md @@ -373,7 +373,7 @@ pub mod m3 { } ``` -#### `must_use` Attribute +#### `must_use` Attributev The `must_use` attribute can be used on user-defined composite types ([`struct`s][struct], [`enum`s][enum], and [`union`s][union]) and [functions].