Skip to content

Commit

Permalink
Rustup to rustc 1.40.0-nightly (ac162c6 2019-11-09)
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Nov 10, 2019
1 parent f3a207e commit 3ef852b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clippy_lints/src/write.rs
Expand Up @@ -371,6 +371,7 @@ fn check_tts<'a>(cx: &EarlyContext<'a>, tts: &TokenStream, is_write: bool) -> (O
width: CountImplied,
width_span: None,
ty: "",
ty_span: None,
};
if !parser.eat(&token::Comma) {
return (
Expand Down

0 comments on commit 3ef852b

Please sign in to comment.