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
The clippy unknown lints attribute was deprecated in
nightly in rust-lang/rust#80524. The old lint name now produces a
warning.
Since we're using `allow(unknown_lints)` to suppress warnings, we need to
adopt the canonical name, so we can continue to build without warnings.
This change was automatically generated using the following script:
```sh
sd clippy::unknown_clippy_lints unknown_lints \
$(fd . --extension rs zebra*)`
```
0 commit comments