]> git.lizzy.rs Git - rust.git/commitdiff
Fix comment
authormcarton <cartonmartin+git@gmail.com>
Sat, 13 Feb 2016 21:08:15 +0000 (22:08 +0100)
committermcarton <cartonmartin+git@gmail.com>
Sat, 13 Feb 2016 21:08:15 +0000 (22:08 +0100)
src/copies.rs

index e2defe8f3649f687da9a17517dcb787c2027bf05..b975aefe1258a2dce059ddcde021a5c84017a030 100644 (file)
@@ -48,6 +48,7 @@
 ///     Bar => bar(),
 ///     Quz => quz(),
 ///     Baz => bar(), // <= oups
+/// }
 /// ```
 declare_lint! {
     pub MATCH_SAME_ARMS,