Skip to content

Commit 9fbc730

Browse files
committed
Fix new dead code warning
1 parent ffe6b22 commit 9fbc730

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/duckdb/src/vtab/excel.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ struct ExcelInitData {
1616
start: AtomicUsize,
1717
}
1818

19+
#[allow(dead_code)]
1920
struct ExcelVTab;
2021

2122
impl VTab for ExcelVTab {

0 commit comments

Comments
 (0)