summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui-toml/doc_valid_idents_append/doc_markdown.rs
blob: 327a592e9cadcada46ccad7d4eab24224314905b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#![warn(clippy::doc_markdown)]

/// This is a special interface for ClipPy which doesn't require backticks
fn allowed_name() {}

/// OAuth and LaTeX are inside Clippy's default list.
fn default_name() {}

/// TestItemThingyOfCoolness might sound cool but is not on the list and should be linted.
fn unknown_name() {}

fn main() {}