about summary refs log tree commit diff
path: root/src/tools/clippy/tests/ui/doc/issue_12795.rs
blob: dbc03cc708656e5307457fdc8a9d3c5bf28c91f4 (plain)
1
2
3
4
5
6
7
8
9
#![warn(clippy::doc_markdown)]

//! A comment with a_b(x) and a_c in it and (a_b((c)) ) too and (maybe a_b((c)))
//~^ doc_markdown
//~| doc_markdown
//~| doc_markdown
//~| doc_markdown

pub fn main() {}