rust/crates/project-model/src
Yuri Astrakhan e16c76e3c3 Inline all format arguments where possible
This makes code more readale and concise,
moving all format arguments like `format!("{}", foo)`
into the more compact `format!("{foo}")` form.

The change was automatically created with, so there are far less change
of an accidental typo.

```
cargo clippy --fix -- -A clippy::all -W clippy::uninlined_format_args
```
2022-12-24 14:36:10 -05:00
..
build_scripts.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
cargo_workspace.rs Clippy-fix explicit auto-deref 2022-12-23 02:52:14 -05:00
cfg_flag.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
lib.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
manifest_path.rs Clippy-fix explicit auto-deref 2022-12-23 02:52:14 -05:00
project_json.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
rustc_cfg.rs Calculate the TargetDataLayout correctly for the selected target 2022-12-21 15:11:24 +01:00
sysroot.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
target_data_layout.rs Fix tests not using appropriate target data 2022-12-21 20:23:43 +01:00
tests.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
workspace.rs Fix tests not using appropriate target data 2022-12-21 20:23:43 +01:00