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 66be012 commit d216c82Copy full SHA for d216c82
src/lib.rs
@@ -43,6 +43,9 @@
43
#![crate_name = "nix"]
44
#![cfg(unix)]
45
#![allow(non_camel_case_types)]
46
+// A clear document is a good document no matter if it has a summary in its
47
+// first paragraph or not.
48
+#![allow(clippy::too_long_first_doc_paragraph)]
49
#![recursion_limit = "500"]
50
#![deny(unused)]
51
#![allow(unused_macros)]
0 commit comments