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
e.g: setting -W clippy::disallowed_type -D warnings when invoking clippy currently results in the following warning:
warning: lint `clippy::disallowed_type` has been renamed to `clippy::disallowed_types`
|
= note: requested on the command line with `-W clippy::disallowed_type`
...when this should be a hard error (due to the -D warnings)
Description
e.g: setting
-W clippy::disallowed_type -D warnings
when invoking clippy currently results in the following warning:...when this should be a hard error (due to the
-D warnings
)Version
Additional Labels
No response
The text was updated successfully, but these errors were encountered: