File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 7
7
attr( deny( warnings, rust_2018_idioms, single_use_lifetimes) , allow( dead_code) )
8
8
) ) ]
9
9
#![ warn( unsafe_code) ]
10
- #![ warn( rust_2018_idioms, unreachable_pub , single_use_lifetimes ) ]
10
+ #![ warn( rust_2018_idioms, single_use_lifetimes , unreachable_pub ) ]
11
11
#![ warn( clippy:: all, clippy:: pedantic) ]
12
12
#![ allow( clippy:: use_self) ]
13
13
#![ cfg_attr( proc_macro_def_site, feature( proc_macro_def_site) ) ]
Original file line number Diff line number Diff line change 45
45
no_crate_inject,
46
46
attr( deny( warnings, rust_2018_idioms, single_use_lifetimes) , allow( dead_code) )
47
47
) ) ]
48
- #![ warn( missing_docs) ]
49
48
#![ warn( unsafe_code) ]
50
- #![ warn( rust_2018_idioms , unreachable_pub , single_use_lifetimes) ]
49
+ #![ warn( missing_docs , rust_2018_idioms , single_use_lifetimes, unreachable_pub ) ]
51
50
#![ warn( clippy:: all, clippy:: pedantic) ]
52
51
#![ allow( clippy:: use_self) ]
53
52
You can’t perform that action at this time.
0 commit comments