We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc7e29d commit dfe22a3Copy full SHA for dfe22a3
1 file changed
src/cli.rs
@@ -71,8 +71,8 @@ impl WarningLevel for warning::WarningWarn {
71
default: T,
72
) -> Result<T, Self::Error> {
73
warning(msg);
74
+ warning(format!("{:?}", err.into()));
75
warning(format!("using {default:?}"));
- println!("{:?}", err.into());
76
Ok(default)
77
}
78
0 commit comments