mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
more clippy fixes:
clippy::match_like_matches_macro clippy::to_string_in_format_args clippy::single_char_add_str clippy::filter_map_identity clippy::clone_on_copy clippy::useless_format clippy::unused_unit
This commit is contained in:
parent
77790f2b8e
commit
56e4ea59d9
12 changed files with 18 additions and 25 deletions
|
@ -79,7 +79,7 @@ pub(crate) fn annotations(
|
|||
.map(|variant| {
|
||||
variant.source(db).and_then(|node| name_range(db, node, file_id))
|
||||
})
|
||||
.filter_map(std::convert::identity)
|
||||
.flatten()
|
||||
.for_each(|range| {
|
||||
annotations.push(Annotation {
|
||||
range,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue