Sign in
rust
/
rust
/
a55845cd613f541bf4eb845085f561fabebddf97
/
.
/
tests
/
ui
/
doc_suspicious_footnotes_include.rs
blob: 4f75ad94eafd575cd1e9cbe2a5d09727837c4fdb [
file
]
//@ error-in-other-file: footnote
//@ no-rustfix
#![
warn
(
clippy
::
doc_suspicious_footnotes
)]
#![
doc
=
include_str
!(
"doc_suspicious_footnotes_include.txt"
)]