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 ffe6b22 commit 9fbc730Copy full SHA for 9fbc730
crates/duckdb/src/vtab/excel.rs
@@ -16,6 +16,7 @@ struct ExcelInitData {
16
start: AtomicUsize,
17
}
18
19
+#[allow(dead_code)]
20
struct ExcelVTab;
21
22
impl VTab for ExcelVTab {
0 commit comments