File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
13
13
#![ feature( plugin_registrar, quote, box_syntax) ]
14
14
#![ feature( rustc_private, slice_patterns) ]
15
- #![ deny( warnings) ]
15
+ #![ cfg_attr ( test , deny( warnings) ) ]
16
16
#![ allow( unused_imports) ] // for quotes
17
17
18
18
extern crate syntax;
Original file line number Diff line number Diff line change 11
11
//! the macros crate and the run-time library, in order to guarantee
12
12
//! consistency.
13
13
14
- #![ deny( warnings) ]
14
+ #![ cfg_attr ( test , deny( warnings) ) ]
15
15
16
16
#[ macro_use] extern crate debug_unreachable;
17
17
extern crate phf;
Original file line number Diff line number Diff line change 10
10
#![ crate_name = "string_cache" ]
11
11
#![ crate_type = "rlib" ]
12
12
13
- #![ deny( warnings) ]
13
+ #![ cfg_attr ( test , deny( warnings) ) ]
14
14
#![ cfg_attr( test, feature( test, filling_drop) ) ]
15
15
#![ cfg_attr( bench, feature( rand) ) ]
16
16
#![ cfg_attr( feature = "unstable" , feature( unsafe_no_drop_flag, plugin) ) ]
You can’t perform that action at this time.
0 commit comments