You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clippy calls cargo check and forwards all arguments, so I presume message-format will work, too.
I think we need a general way to invoke drivers like rustfmt, clippy-driver and others. I opened an issue on the cargo repo a while ago: rust-lang/cargo#6356
This means it can't easily be invoked by tools (e.g. editors) that want to avoid dealing with multiline error messages.
#2817 is related, in that
cargo fmt
should probably accept most general Cargo flags.cc @Manishearth @oli-obk Does
cargo clippy
do anything special here?The text was updated successfully, but these errors were encountered: