Skip to content

Commit 91216f7

Browse files
committed
rust - add annotation to generated bindings for clippy
1 parent 9ab2bff commit 91216f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rust/libceed-sys/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ pub mod bind_ceed {
1717
#![allow(non_upper_case_globals)]
1818
#![allow(non_camel_case_types)]
1919
#![allow(dead_code)]
20+
#![allow(clippy::too_long_first_doc_paragraph)]
2021
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));
2122
}

0 commit comments

Comments
 (0)