Sign in
rust
/
rust
/
262cd76333b79fb85bb87f2846b3db79c82d2402
/
.
/
src
/
tools
/
clippy
/
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"
)]