about summary refs log tree commit diff
path: root/src/tools/clippy/tests/ui/doc/issue_12795.fixed
blob: 4172438a82a6ec82221c22f0051d5a83d5bb967a (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() {}