mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-13 17:13:48 +00:00
9 lines
144 B
Rust
9 lines
144 B
Rust
// rustfmt-normalize_comments: false
|
|
// Normalize comments
|
|
|
|
// Lorem ipsum:
|
|
fn dolor() -> usize {}
|
|
|
|
/* sit amet: */
|
|
fn adipiscing() -> usize {}
|