Skip to content

Commit 3ef852b

Browse files
committed
Rustup to rustc 1.40.0-nightly (ac162c6 2019-11-09)
1 parent f3a207e commit 3ef852b

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)