Skip to content

Commit 286ab79

Browse files
committed
remove additional lint call
1 parent e545a73 commit 286ab79

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

clippy_lints/src/doc/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -729,8 +729,6 @@ fn check_attrs(cx: &LateContext<'_>, valid_idents: &FxHashSet<String>, attrs: &[
729729
return None;
730730
}
731731

732-
suspicious_doc_comments::check(cx, attrs);
733-
734732
let (fragments, _) = attrs_to_doc_fragments(
735733
attrs.iter().filter_map(|attr| {
736734
if in_external_macro(cx.sess(), attr.span) {

0 commit comments

Comments
 (0)