nushell/crates/nu-protocol/src
Stefan Holderbach ab480856a5
Use variable names directly in the format strings (#7906)
# Description

Lint: `clippy::uninlined_format_args`

More readable in most situations.
(May be slightly confusing for modifier format strings
https://doc.rust-lang.org/std/fmt/index.html#formatting-parameters)

Alternative to #7865

# User-Facing Changes

None intended

# Tests + Formatting

(Ran `cargo +stable clippy --fix --workspace -- -A clippy::all -D
clippy::uninlined_format_args` to achieve this. Depends on Rust `1.67`)
2023-01-29 19:37:54 -06:00
..
ast Use variable names directly in the format strings (#7906) 2023-01-29 19:37:54 -06:00
engine Use variable names directly in the format strings (#7906) 2023-01-29 19:37:54 -06:00
value Use variable names directly in the format strings (#7906) 2023-01-29 19:37:54 -06:00
cli_error.rs Clippy fix for Rust 1.63 (#6299) 2022-08-11 11:54:54 -05:00
config.rs Reduce again the number of match calls (#7815) 2023-01-24 12:23:42 +01:00
example.rs Start support for commandline args to nu itself (#851) 2022-01-27 01:42:39 +11:00
exportable.rs Removes export env command (#6468) 2022-09-25 19:52:43 +03:00
id.rs Overlays (#5375) 2022-05-08 07:39:22 +12:00
lev_distance.rs Reduce again the number of match calls (#7815) 2023-01-24 12:23:42 +01:00
lib.rs Add cursor shape configuration for each edit mode (#7745) 2023-01-13 14:37:39 -06:00
module.rs Allow main command to define top-level module command (#7764) 2023-01-22 21:34:15 +02:00
pipeline_data.rs Name threads (#7879) 2023-01-28 21:40:52 +01:00
shell_error.rs Use variable names directly in the format strings (#7906) 2023-01-29 19:37:54 -06:00
signature.rs Use variable names directly in the format strings (#7906) 2023-01-29 19:37:54 -06:00
span.rs Use variable names directly in the format strings (#7906) 2023-01-29 19:37:54 -06:00
syntax_shape.rs Use variable names directly in the format strings (#7906) 2023-01-29 19:37:54 -06:00
ty.rs Use variable names directly in the format strings (#7906) 2023-01-29 19:37:54 -06:00
util.rs move BufferedReader out of nu-command (#7697) 2023-01-06 15:22:17 -08:00
variable.rs Limited mutable variables (#7089) 2022-11-11 19:51:08 +13:00