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
Avoid passing rustc as second parameter to clippy-driver
It turns out that is only a workaround intended for `cargo`.
The official instructions since PR [1] describe the usage of
`clippy-driver`, and they intentionally only cover replacing
`rustc` with `clippy-driver` rather than wrapping it, as
discussed in that PR.
[1] rust-lang/rust-clippy#6782
Signed-off-by: Miguel Ojeda <[email protected]>
0 commit comments