File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1717// warn on lints, that are included in `rust-lang/rust`s bootstrap
1818#![ warn( rust_2018_idioms, unused_lifetimes) ]
1919// warn on rustc internal lints
20- #![ deny ( rustc:: internal) ]
20+ #![ warn ( rustc:: internal) ]
2121
2222// FIXME: switch to something more ergonomic here, once available.
2323// (Currently there is no way to opt into sysroot crates without `extern crate`.)
Original file line number Diff line number Diff line change 44// warn on lints, that are included in `rust-lang/rust`s bootstrap
55#![ warn( rust_2018_idioms, unused_lifetimes) ]
66// warn on rustc internal lints
7- #![ deny ( rustc:: internal) ]
7+ #![ warn ( rustc:: internal) ]
88
99// FIXME: switch to something more ergonomic here, once available.
1010// (Currently there is no way to opt into sysroot crates without `extern crate`.)
You can’t perform that action at this time.
0 commit comments