about summary refs log tree commit diff
path: root/src/tools/clippy/tests/ui/doc_suspicious_footnotes_include.txt
blob: 2a533e32c4a69da095ebcc6f3a188b25775d0db5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
This is not a footnote[^1]. //~ doc_suspicious_footnotes

This is not a footnote[^either], but it doesn't warn.

This is not a footnote\[^1], but it also doesn't warn.

This is not a footnote[^1\], but it also doesn't warn.

This is not a `footnote[^1]`, but it also doesn't warn.

This is a footnote[^2].

[^2]: hello world