Skip to content

Commit 97024a8

Browse files
committed
fixup! Change unused_doc_comments
1 parent 562fc2a commit 97024a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#![feature(allocator_api)]
1616
#![allow(unused_features)]
1717
#![feature(integer_atomics)]
18-
#![allow(unused_doc_comment)]
18+
#![allow(unused_doc_comments)]
1919
#![cfg_attr(feature = "dev", allow(unstable_features))]
2020
// Need this since PMD port construction triggers too many arguments.
2121
#![cfg_attr(feature = "dev", allow(too_many_arguments))]

0 commit comments

Comments
 (0)