blob: f8eb64273c3d664fda0461d8a8f2448d34dc6a83 [file] [log] [blame]
// rustfmt-normalize_doc_attributes: false
// 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 {}