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