14 lines
226 B
Rust

// rustfmt-normalize_doc_attributes: true
// Normalize doc attributes
//! Example documentation
/// Example item documentation
pub enum Foo {}
/// Lots of space
pub enum Bar {}
///no leading space
pub mod FooBar {}