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
error: collection is never read
--> src/lib.rs:10:10
|
10 | #[derive(Deserialize)]
| ^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#collection_is_never_read
note: the lint level is defined here
--> src/lib.rs:1:9
|
1 | #![deny(clippy::collection_is_never_read)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
= note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
On both current stable 1.80.0 and nightly 1.82.0-nightly (2024-08-06 60d146580c10036ce89e)
sample code:
Getting:
Playground link
The text was updated successfully, but these errors were encountered: