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 9ab2bff commit 91216f7Copy full SHA for 91216f7
rust/libceed-sys/src/lib.rs
@@ -17,5 +17,6 @@ pub mod bind_ceed {
17
#![allow(non_upper_case_globals)]
18
#![allow(non_camel_case_types)]
19
#![allow(dead_code)]
20
+ #![allow(clippy::too_long_first_doc_paragraph)]
21
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));
22
}
0 commit comments