summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/issue-2728.rs
blob: 6cb41b75b6d09328d704126e74ca9f2687743e9f (plain)
1
2
3
4
5
6
7
8
// rustfmt-wrap_comments: true
// rustfmt-newline_style: Windows

//! ```rust
//! extern crate uom;
//! ```

fn main() {}