rust/crates/hir/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
..
semantics Properly support IDE functionality in enum variants 2022-09-24 02:33:59 +02:00
attrs.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
db.rs
diagnostics.rs Revert "feat: Diagnose some incorrect usages of the question mark operator" 2022-10-18 14:18:59 +02:00
display.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
from_id.rs Implemented basic enum const eval 2022-09-12 20:19:13 +01:00
has_source.rs
lib.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
semantics.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
source_analyzer.rs Remove non-needed clones 2022-12-23 02:20:03 -05:00
symbols.rs Cleaned up code 2022-09-12 20:19:49 +01:00