rustlings/src
Yuri Astrakhan 2940ad059d Apply uninlined-format-args clippy lint
This lint should also be applied to the excersies,
but I am not certain how to run it for all non-crate individual files.

To re-run:

```
rustup run nightly cargo clippy --fix -- -A clippy::all -W clippy::uninlined_format_args
```
2022-10-12 16:43:07 -04:00
..
exercise.rs Apply uninlined-format-args clippy lint 2022-10-12 16:43:07 -04:00
main.rs Apply uninlined-format-args clippy lint 2022-10-12 16:43:07 -04:00
project.rs Add lsp command to fix rust-analyzer 2022-06-17 11:36:06 +08:00
run.rs Apply uninlined-format-args clippy lint 2022-10-12 16:43:07 -04:00
ui.rs style: formatted files with rustfmt 2021-04-18 15:40:47 +02:00
verify.rs Apply uninlined-format-args clippy lint 2022-10-12 16:43:07 -04:00