Skip to content

Commit

Permalink
Move doc_include_without_cfg into pedantic
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Nov 21, 2024
1 parent 400894d commit 5082f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/doc/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ declare_clippy_lint! {
/// ```
#[clippy::version = "1.84.0"]
pub DOC_INCLUDE_WITHOUT_CFG,
suspicious,
pedantic,
"check if files included in documentation are behind `cfg(doc)`"
}

Expand Down

0 comments on commit 5082f34

Please sign in to comment.