]> git.lizzy.rs Git - rust.git/commitdiff
Fix long line in URL
authorNiko Matsakis <niko@alum.mit.edu>
Tue, 12 Jan 2016 22:12:29 +0000 (17:12 -0500)
committerNiko Matsakis <niko@alum.mit.edu>
Tue, 12 Jan 2016 22:12:32 +0000 (17:12 -0500)
src/librustc_lint/lib.rs

index e80221cf645106c5d3942f1e7edfce281ab8d520..53acbe3af67433f500bffd3aae1476c82493513d 100644 (file)
@@ -164,7 +164,8 @@ macro_rules! add_lint_group {
         },
         FutureIncompatibleInfo {
             id: LintId::of(MATCH_OF_UNIT_VARIANT_VIA_PAREN_DOTDOT),
-            reference: "RFC 218 <https://github.com/rust-lang/rfcs/blob/master/text/0218-empty-struct-with-braces.md>",
+            reference: "RFC 218 <https://github.com/rust-lang/rfcs/blob/\
+                        master/text/0218-empty-struct-with-braces.md>",
         },
         ]);