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