commit | 3bcfb72685494c0cee2530fce71f01ab0f55c99e | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sat Oct 08 11:58:36 2016 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Sat Oct 08 11:58:36 2016 -0700 |
tree | f6783a2ebc57641e7e8227ccd9bdc5ec7bb4af19 | |
parent | ff3b8ae0941a555951811762712647b7e3f096c6 [diff] [blame] |
Run rustfmt
diff --git a/src/generics.rs b/src/generics.rs index 916ebb7..dc3dd0d 100644 --- a/src/generics.rs +++ b/src/generics.rs
@@ -86,7 +86,8 @@ let id = Ident::new(t); if !id.as_ref().starts_with('\'') { panic!("lifetime name must start with apostrophe as in \"'a\", \ - got {:?}", id.as_ref()); + got {:?}", + id.as_ref()); } Lifetime { ident: id } }