nushell/crates/nu-test-support/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
..
playground Use variable names directly in the format strings (#7906) 2023-01-29 19:37:54 -06:00
commands.rs Use variable names directly in the format strings (#7906) 2023-01-29 19:37:54 -06:00
fs.rs Add decimals to int when using into string --decimals (#6085) 2022-08-12 21:13:50 -05:00
lib.rs Use nu-path correctly in nu! test macro to make dev-dependency transitive (#7488) 2022-12-15 18:53:26 +01:00
locale_override.rs Reduce again the number of match calls (#7815) 2023-01-24 12:23:42 +01:00
macros.rs Revert "Primitives now use color closures..." (#7710) 2023-01-08 21:53:52 -08:00
playground.rs Remove old nushell/merge engine-q 2022-02-07 14:54:06 -05:00