aa8a53f687
Updates all the various files utilized in the system and idempotence tests to directly use the corresponding 'style_edition' configuration as opposed to keeping the original 'version' values and relying on the mapping.
6 lines
77 B
Rust
6 lines
77 B
Rust
// rustfmt-style_edition: 2024
|
|
|
|
fn issue_4355() {
|
|
let _ = ((1,),).0.0;
|
|
}
|