We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7098cfd commit f9b5463Copy full SHA for f9b5463
src/librustc_lint/lib.rs
@@ -164,7 +164,8 @@ pub fn register_builtins(store: &mut lint::LintStore, sess: Option<&Session>) {
164
},
165
FutureIncompatibleInfo {
166
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>",
+ reference: "RFC 218 <https://github.com/rust-lang/rfcs/blob/\
168
+ master/text/0218-empty-struct-with-braces.md>",
169
170
]);
171
0 commit comments