Skip to content

Commit dfe22a3

Browse files
committed
fix warning output
Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
1 parent fc7e29d commit dfe22a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ impl WarningLevel for warning::WarningWarn {
7171
default: T,
7272
) -> Result<T, Self::Error> {
7373
warning(msg);
74+
warning(format!("{:?}", err.into()));
7475
warning(format!("using {default:?}"));
75-
println!("{:?}", err.into());
7676
Ok(default)
7777
}
7878
}

0 commit comments

Comments
 (0)