File tree Expand file tree Collapse file tree 4 files changed +5
-0
lines changed Expand file tree Collapse file tree 4 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " clippy_workspace_tests"
33version = " 0.1.0"
4+ edition = " 2018"
45
56[workspace ]
67members = [" subcrate" ]
Original file line number Diff line number Diff line change 1+ #![ deny( rust_2018_idioms) ]
2+
13fn main ( ) {
24}
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ authors = [
1111license = " MPL-2.0"
1212description = " A macro to test clippy's procedural macro checks"
1313repository = " https://github.com/rust-lang/rust-clippy"
14+ edition = " 2018"
1415
1516[lib ]
1617name = " clippy_mini_macro_test"
Original file line number Diff line number Diff line change 11#![ feature( proc_macro_quote, proc_macro_hygiene) ]
2+ #![ deny( rust_2018_idioms) ]
23extern crate proc_macro;
34
45use proc_macro:: { TokenStream , quote} ;
You can’t perform that action at this time.
0 commit comments