rust/crates/ide-diagnostics/src/handlers
Yuri Astrakhan e16c76e3c3 Inline all format arguments where possible
This makes code more readale and concise,
moving all format arguments like `format!("{}", foo)`
into the more compact `format!("{foo}")` form.

The change was automatically created with, so there are far less change
of an accidental typo.

```
cargo clippy --fix -- -A clippy::all -W clippy::uninlined_format_args
```
2022-12-24 14:36:10 -05:00
..
break_outside_of_loop.rs Properly handle break resolution inside non-breakable expressions 2022-09-01 14:54:47 +02:00
field_shorthand.rs
inactive_code.rs Collect diagnostics in queries instead of nameres 2022-09-26 19:06:29 +01:00
incorrect_case.rs
invalid_derive_target.rs
json_is_not_rust.rs Remove non-needed clones 2022-12-23 02:20:03 -05:00
macro_error.rs fix: Fix nested macro diagnostics pointing at macro expansion files 2022-11-19 10:32:32 +01:00
malformed_derive.rs
mismatched_arg_count.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
missing_fields.rs Restructure find_path into a separate functions for modules and non-module items 2022-09-13 15:15:27 +02:00
missing_match_arms.rs Implement unstable RFC 1872 exhaustive_patterns 2022-08-31 20:17:54 +05:00
missing_unsafe.rs
no_such_field.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
replace_filter_map_next_with_find_map.rs
type_mismatch.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
unimplemented_builtin_macro.rs
unlinked_file.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
unresolved_extern_crate.rs
unresolved_import.rs
unresolved_macro_call.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
unresolved_module.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
unresolved_proc_macro.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
useless_braces.rs Fix tests that depended on loose visibility restriction 2022-11-11 20:31:46 +09:00