Skip to content

Commit

Permalink
Auto merge of #4799 - Manishearth:rustup, r=yaahc
Browse files Browse the repository at this point in the history
Rustup to rustc 1.40.0-nightly (ac162c6ab 2019-11-09)

changelog: none
  • Loading branch information
bors committed Nov 10, 2019
2 parents f3a207e + 3ef852b commit 2e47cf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clippy_lints/src/write.rs
Original file line number Diff line number Diff line change
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 2e47cf1

Please sign in to comment.