summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/configs/normalize_comments/true.rs
blob: 0bdbe08ab4fde03f6338ebdd794b17f8e0e908c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// rustfmt-normalize_comments: true
// Normalize comments

// Lorem ipsum:
fn dolor() -> usize {}

// sit amet:
fn adipiscing() -> usize {}

// #652
////////////////////////////////////////////////////////////////////////////////
// Basic slice extension methods
////////////////////////////////////////////////////////////////////////////////