diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2016-01-12 17:12:29 -0500 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2016-01-12 17:12:32 -0500 |
| commit | f9b5463a0dd6020a4d86cefb14dd1f967f79d12c (patch) | |
| tree | 30ead52766749ebfc1251dbbaea165a0e64353c2 | |
| parent | 7098cfda2e1476cb502511ab8a55c6e787035237 (diff) | |
Fix long line in URL
| -rw-r--r-- | src/librustc_lint/lib.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/librustc_lint/lib.rs b/src/librustc_lint/lib.rs index e80221cf645..53acbe3af67 100644 --- a/src/librustc_lint/lib.rs +++ b/src/librustc_lint/lib.rs @@ -164,7 +164,8 @@ pub fn register_builtins(store: &mut lint::LintStore, sess: Option<&Session>) { }, 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>", }, ]); |
