e16c76e3c3
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 ``` |
||
---|---|---|
.. | ||
break_outside_of_loop.rs | ||
field_shorthand.rs | ||
inactive_code.rs | ||
incorrect_case.rs | ||
invalid_derive_target.rs | ||
json_is_not_rust.rs | ||
macro_error.rs | ||
malformed_derive.rs | ||
mismatched_arg_count.rs | ||
missing_fields.rs | ||
missing_match_arms.rs | ||
missing_unsafe.rs | ||
no_such_field.rs | ||
replace_filter_map_next_with_find_map.rs | ||
type_mismatch.rs | ||
unimplemented_builtin_macro.rs | ||
unlinked_file.rs | ||
unresolved_extern_crate.rs | ||
unresolved_import.rs | ||
unresolved_macro_call.rs | ||
unresolved_module.rs | ||
unresolved_proc_macro.rs | ||
useless_braces.rs |