rust-analyzer/crates/syntax
A4-Tacks 7e2dc40642
Improve make::struct_ field_list whitespace
Example
---
**Before this PR**:

```rust
struct Variant{
    field: u32
}
```

**After this PR**:

```rust
struct Variant {
    field: u32
}
```
2025-09-07 22:19:52 +08:00
..
fuzz edition = "2024" 2025-03-15 21:32:01 +01:00
src Improve make::struct_ field_list whitespace 2025-09-07 22:19:52 +08:00
test_data minor: Simplify impl-ty parse validation 2025-03-25 10:14:40 +01:00
Cargo.toml Don't run doctests 2025-06-23 00:50:22 +03:00
rust.ungram Merge Trait and TraitAlias handling 2025-08-13 15:28:08 +08:00