We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 562fc2a commit 97024a8Copy full SHA for 97024a8
framework/src/lib.rs
@@ -15,7 +15,7 @@
15
#![feature(allocator_api)]
16
#![allow(unused_features)]
17
#![feature(integer_atomics)]
18
-#![allow(unused_doc_comment)]
+#![allow(unused_doc_comments)]
19
#![cfg_attr(feature = "dev", allow(unstable_features))]
20
// Need this since PMD port construction triggers too many arguments.
21
#![cfg_attr(feature = "dev", allow(too_many_arguments))]
0 commit comments