Skip to content

Commit f9b5463

Browse files
committed
Fix long line in URL
1 parent 7098cfd commit f9b5463

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/librustc_lint/lib.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,8 @@ pub fn register_builtins(store: &mut lint::LintStore, sess: Option<&Session>) {
164164
},
165165
FutureIncompatibleInfo {
166166
id: LintId::of(MATCH_OF_UNIT_VARIANT_VIA_PAREN_DOTDOT),
167-
reference: "RFC 218 <https://github.com/rust-lang/rfcs/blob/master/text/0218-empty-struct-with-braces.md>",
167+
reference: "RFC 218 <https://github.com/rust-lang/rfcs/blob/\
168+
master/text/0218-empty-struct-with-braces.md>",
168169
},
169170
]);
170171

0 commit comments

Comments
 (0)