File tree 3 files changed +2
-5
lines changed
3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ pub enum PrintfTestGeneratorOps {
42
42
43
43
#[ cfg( test) ]
44
44
mod tests {
45
- use pw_format:: macros:: IntegerDisplayType ;
46
45
use pw_format_test_macros:: {
47
46
char_sub_core_fmt_generator_test_macro, char_sub_printf_generator_test_macro,
48
47
core_fmt_generator_test_macro, generator_test_macro,
Original file line number Diff line number Diff line change @@ -182,8 +182,6 @@ pub(crate) mod test_utils {
182
182
mod tests {
183
183
use core:: cmp:: min;
184
184
185
- use pw_status:: Error ;
186
-
187
185
use super :: test_utils:: * ;
188
186
use super :: * ;
189
187
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ EXTRA_TARGETS = [
65
65
CHANNELS = [
66
66
{
67
67
"name" : "nightly" ,
68
- "extra_rustc_flags" : [],
68
+ "extra_rustc_flags" : ["-Dwarnings" ],
69
69
"target_settings" : ["@rules_rust//rust/toolchain/channel:nightly" ],
70
70
},
71
71
{
@@ -74,7 +74,7 @@ CHANNELS = [
74
74
# disable experimental features with the exception of `proc_macro_span`
75
75
# because the `proc-marcro2` automatically detects the toolchain
76
76
# as nightly and dynamically uses this feature.
77
- "extra_rustc_flags" : ["-Zallow-features=proc_macro_span" ],
77
+ "extra_rustc_flags" : ["-Dwarnings" , "- Zallow-features=proc_macro_span" ],
78
78
"target_settings" : ["@rules_rust//rust/toolchain/channel:stable" ],
79
79
},
80
80
]
You can’t perform that action at this time.
0 commit comments