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