Skip to content

Commit b423c54

Browse files
committed
Fix very meta doc warning error
1 parent b5cf3d7 commit b423c54

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
@@ -106,7 +106,7 @@
106106
#![deny(unstable_features)]
107107
#![deny(unused_import_braces)]
108108
#![deny(unused_qualifications)]
109-
#![deny(broken_intra_doc_links)]
109+
#![deny(rustdoc::broken_intra_doc_links)]
110110

111111
mod brightness;
112112
pub mod command;

0 commit comments

Comments
 (0)