nushell/crates/nu-protocol/src/engine
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
..
call_info.rs Back to working state 2021-09-03 06:21:37 +12:00
capture_block.rs Split blocks and closures (#7075) 2022-11-10 21:21:49 +13:00
command.rs fix plugin detection in help commands (#7088) 2022-11-10 16:12:09 -06:00
engine_state.rs Use variable names directly in the format strings (#7906) 2023-01-29 19:37:54 -06:00
mod.rs Add environment change hook (#5600) 2022-05-21 09:49:42 +12:00
overlay.rs Reduce again the number of match calls (#7815) 2023-01-24 12:23:42 +01:00
stack.rs Limit recursion to avoid stack overflow (#7657) 2023-01-04 18:38:50 -08:00