]> git.proxmox.com Git - rustc.git/blame - src/tools/rustfmt/tests/source/configs/normalize_doc_attributes/false.rs
Update upstream source from tag 'upstream/1.52.1+dfsg1'
[rustc.git] / src / tools / rustfmt / tests / source / configs / normalize_doc_attributes / false.rs
CommitLineData
f20569fa
XL
1// rustfmt-normalize_doc_attributes: false
2// Normalize doc attributes
3
4#![doc = " Example documentation"]
5
6#[doc = " Example item documentation"]
7pub enum Foo {}
8
9#[doc = " Lots of space"]
10pub enum Bar {}
11
12#[doc = "no leading space"]
13pub mod FooBar {}