blob: 488962ed9362d52c6060d589620fa8ad48a6811a [file] [log] [blame]
// rustfmt-normalize_comments: false
// Normalize comments
// Lorem ipsum:
fn dolor() -> usize {}
/* sit amet: */
fn adipiscing() -> usize {}
// #652
////////////////////////////////////////////////////////////////////////////////
// Basic slice extension methods
////////////////////////////////////////////////////////////////////////////////