clap/clap_builder/src
Yuri Astrakhan 797c23c415 chore: Inline format args using clippy fix
This command cleaned up all the format args,
making code significantly shorter and more readable.

```
cargo clippy --workspace --fix -- -A clippy::all -W clippy::uninlined_format_args
```
2023-05-03 21:49:11 -04:00
..
builder Merge pull request #4867 from epage/panic 2023-04-27 18:57:19 -05:00
error chore: Inline format args using clippy fix 2023-05-03 21:49:11 -04:00
output refactor(help): Be consistent in join style 2023-05-03 19:25:44 -05:00
parser chore: Inline format args using clippy fix 2023-05-03 21:49:11 -04:00
util impl Eq<std::any::TypeId> for clap_builder::util::AnyValueId 2023-05-01 08:40:00 -06:00
derive.rs refactor: Split out clap_builder for faster derive builds 2023-03-24 21:50:02 -05:00
lib.rs refactor(help): Style in the caller 2023-04-18 15:22:42 -05:00
macros.rs refactor(help): Remove unused hint 2023-04-18 15:22:42 -05:00
mkeymap.rs refactor: Split out clap_builder for faster derive builds 2023-03-24 21:50:02 -05:00