nushell/crates/nu-explore/src/views
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
..
cursor nu-explore/ A few things (#7339) 2022-12-16 09:47:07 -06:00
record Use variable names directly in the format strings (#7906) 2023-01-29 19:37:54 -06:00
coloredtextw.rs with the release of rust 1.67, let's bump to 1.66.1 (#7866) 2023-01-26 15:31:17 -06:00
configuration.rs nu-explore/ A few things (#7339) 2022-12-16 09:47:07 -06:00
information.rs explore tweaks Round 1 (#7511) 2022-12-17 12:05:41 -08:00
interactive.rs Use variable names directly in the format strings (#7906) 2023-01-29 19:37:54 -06:00
mod.rs Patch explore 4 (#7517) 2022-12-18 08:43:15 -06:00
preview.rs fix some typos (#7773) 2023-01-16 12:43:46 +01:00
util.rs Use variable names directly in the format strings (#7906) 2023-01-29 19:37:54 -06:00