Files
rust/clippy_lints
dswij a67ee902df unwrap.rs cleanup (#14761)
This cleans up `unwrap.rs`:

- use interned symbols instead of strings
- update names to reflect the current implementation
- replaced a cascaded `if` by a shorter `match`

changelog: none
2025-05-09 16:55:12 +00:00
..
2025-05-09 16:55:12 +00:00

This crate contains Clippy lints. For the main crate, check GitHub.