Skip to content

Commit c41943f

Browse files
committed
Merge branch 'main' into ji/stringfy-verify
2 parents d3f5bbe + e3db3ad commit c41943f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/duckdb/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
//! Ok(())
5454
//! }
5555
//! ```
56-
#![warn(missing_docs)]
56+
#![allow(unused_imports, dead_code)]
5757

5858
pub use libduckdb_sys as ffi;
5959

0 commit comments

Comments
 (0)