]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue-1703.rs
Merge commit '23d11428de3e973b34a5090a78d62887f821c90e' into clippyup
[rust.git] / src / tools / rustfmt / tests / target / issue-1703.rs
1 // rustfmt should not remove doc comments or comments inside attributes.
2
3 /**
4 This function has a block doc comment.
5  */
6 fn test_function() {}
7
8 #[foo /* do not remove this! */]
9 fn foo() {}