Skip to content

Commit 2e47cf1

Browse files
committed
Auto merge of #4799 - Manishearth:rustup, r=yaahc
Rustup to rustc 1.40.0-nightly (ac162c6 2019-11-09) changelog: none
2 parents f3a207e + 3ef852b commit 2e47cf1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clippy_lints/src/write.rs

+1
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@ fn check_tts<'a>(cx: &EarlyContext<'a>, tts: &TokenStream, is_write: bool) -> (O
371371
width: CountImplied,
372372
width_span: None,
373373
ty: "",
374+
ty_span: None,
374375
};
375376
if !parser.eat(&token::Comma) {
376377
return (

0 commit comments

Comments
 (0)