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.
16 lines
157 B
Rust
16 lines
157 B
Rust
// rustfmt-style_edition: 2024
|
|
|
|
fn test() {
|
|
/*
|
|
a
|
|
*/
|
|
let x = 42;
|
|
/*
|
|
aaa
|
|
"line 1
|
|
line 2
|
|
line 3"
|
|
*/
|
|
let x = 42;
|
|
}
|