blob: 894c00a4dc058874ea069b3bc60ce8e2228b6e05 [file] [log] [blame]
// rustfmt-normalize_doc_attributes: true
// Normalize doc attributes
#![doc = " Example documentation"]
#[doc = " Example item documentation"]
pub enum Foo {}
#[doc = " Lots of space"]
pub enum Bar {}
#[doc = "no leading space"]
pub mod FooBar {}