diff options
| author | A4-Tacks <wdsjxhno1001@163.com> | 2025-09-07 21:49:55 +0800 |
|---|---|---|
| committer | A4-Tacks <wdsjxhno1001@163.com> | 2025-09-07 22:19:52 +0800 |
| commit | 6da8094b1385b1647178a3ab9dab3c359ef1c38d (patch) | |
| tree | 34becd9d6821ae052423d89d897b525e6cb59444 /compiler/rustc_codegen_llvm/src | |
| parent | ab5113a316959f2558f03a7bf590e967602f02df (diff) | |
| download | rust-6da8094b1385b1647178a3ab9dab3c359ef1c38d.tar.gz rust-6da8094b1385b1647178a3ab9dab3c359ef1c38d.zip | |
Improve make::struct_ field_list whitespace
Example
---
**Before this PR**:
```rust
struct Variant{
field: u32
}
```
**After this PR**:
```rust
struct Variant {
field: u32
}
```
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions
