1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
# template ### What it does ### Why is this bad? ### Known problems Remove if none. ### Example ```rust // example code where a warning is issued ``` Use instead: ```rust // example code that does not raise a warning ```