Closed MarijnS95 closed 2 years ago
On newer Rust versions the linter now accurately detects fields that are only used in (specific?) derive macros like Debug, but not anywhere else in the codebase. As such, they should still be considered unused.
derive
Debug
On newer Rust versions the linter now accurately detects fields that are only used in (specific?)
derive
macros likeDebug
, but not anywhere else in the codebase. As such, they should still be considered unused.