Fix long line in URL
This commit is contained in:
parent
7098cfda2e
commit
f9b5463a0d
1 changed files with 2 additions and 1 deletions
|
@ -164,7 +164,8 @@ pub fn register_builtins(store: &mut lint::LintStore, sess: Option<&Session>) {
|
||||||
},
|
},
|
||||||
FutureIncompatibleInfo {
|
FutureIncompatibleInfo {
|
||||||
id: LintId::of(MATCH_OF_UNIT_VARIANT_VIA_PAREN_DOTDOT),
|
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>",
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue