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.
13 lines
176 B
Rust
13 lines
176 B
Rust
// rustfmt-style_edition: 2015
|
|
|
|
pub fn main() {
|
|
/* let s = String::from(
|
|
"
|
|
hello
|
|
world
|
|
",
|
|
); */
|
|
|
|
assert_eq!(s, "\nhello\nworld\n");
|
|
}
|