nushell/crates/nu-json/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
..
builder.rs Remove old nushell/merge engine-q 2022-02-07 14:54:06 -05:00
de.rs Run a round of clippy --fix to fix a ton of lints (#7006) 2022-11-04 15:11:17 -05:00
error.rs Use variable names directly in the format strings (#7906) 2023-01-29 19:37:54 -06:00
lib.rs Adds tab indentation option for JSON files. (#4705) 2022-03-03 13:15:13 -05:00
ser.rs Use variable names directly in the format strings (#7906) 2023-01-29 19:37:54 -06:00
util.rs Remove 🆖 comments (#7877) 2023-01-27 08:48:31 -05:00
value.rs Address lints from clippy for beta/nightly (#5709) 2022-06-04 18:47:36 +12:00