summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/configs/normalize_doc_attributes/true.rs
blob: fadab985bea022f57ef1863f9f2c98318ef9fd6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// 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 {}