rust/clippy_lints
Michael Wright a2de34720d needless_late_init refactoring
Remove the unneeded wrapping and unwrapping in suggestion creation.
Collecting to Option<Vec<_>> only returns None if one of the elements is
None and that is never the case here.
2022-06-05 07:30:59 +02:00
..
src needless_late_init refactoring 2022-06-05 07:30:59 +02:00
Cargo.toml Merge 'rust-clippy/master' into clippyup 2022-05-21 13:24:00 +02:00
README.md

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