We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d3f5bbe + e3db3ad commit c41943fCopy full SHA for c41943f
crates/duckdb/src/lib.rs
@@ -53,7 +53,7 @@
53
//! Ok(())
54
//! }
55
//! ```
56
-#![warn(missing_docs)]
+#![allow(unused_imports, dead_code)]
57
58
pub use libduckdb_sys as ffi;
59
0 commit comments