]> git.lizzy.rs Git - rust.git/blob - tests/target/configs-normalize_comments-true.rs
Move Indent and Shape to shape.rs from lib.rs
[rust.git] / tests / target / configs-normalize_comments-true.rs
1 // rustfmt-normalize_comments: true
2 // Normalize comments
3
4 // Lorem ipsum:
5 fn dolor() -> usize {}
6
7 // sit amet:
8 fn adipiscing() -> usize {}
9
10 // #652
11 ////////////////////////////////////////////////////////////////////////////////
12 // Basic slice extension methods
13 ////////////////////////////////////////////////////////////////////////////////