2d718a3fc2
This is fixed by taking the method macros::indent_macro_snippet which essentially does the same: it indents a paragraph while preserving the layout.
14 lines
122 B
Rust
14 lines
122 B
Rust
fn test() {
|
|
/*
|
|
a
|
|
*/
|
|
let x = 42;
|
|
/*
|
|
aaa
|
|
"line 1
|
|
line 2
|
|
line 3"
|
|
*/
|
|
let x = 42;
|
|
}
|