Skip to content

Commit 2ad0f17

Browse files
committed
Fix renamed lint
1 parent 845caf2 commit 2ad0f17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
missing_docs,
239239
missing_debug_implementations,
240240
unreachable_pub,
241-
broken_intra_doc_links
241+
rustdoc::broken_intra_doc_links
242242
)]
243243
#![warn(rust_2018_idioms)]
244244
#![allow(clippy::cognitive_complexity)]

0 commit comments

Comments
 (0)