Skip to content

Commit 5082f34

Browse files
Move doc_include_without_cfg into pedantic
1 parent 400894d commit 5082f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/doc/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ declare_clippy_lint! {
554554
/// ```
555555
#[clippy::version = "1.84.0"]
556556
pub DOC_INCLUDE_WITHOUT_CFG,
557-
suspicious,
557+
pedantic,
558558
"check if files included in documentation are behind `cfg(doc)`"
559559
}
560560

0 commit comments

Comments
 (0)