Fix config warnings leaking into stdout

This commit is contained in:
Alex Butler 2017-12-06 16:22:09 +00:00
parent 004f7837f0
commit db0a72318a

View File

@ -361,7 +361,7 @@ macro_rules! create_config {
self.$i.1 = true;
self.$i.2 = val;
} else {
println!("Warning: can't set `{} = {:?}`, unstable features are only \
eprintln!("Warning: can't set `{} = {:?}`, unstable features are only \
available in nightly channel.", stringify!($i), val);
}
}