Skip to content

Commit 76014c1

Browse files
authored
2 parents 953996c + 8602d2b commit 76014c1

File tree

3 files changed

+44
-42
lines changed

3 files changed

+44
-42
lines changed

Cargo.lock

Lines changed: 42 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 {

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "1.88"
2+
channel = "1.89"
33
components = ["rustfmt", "clippy"]

0 commit comments

Comments
 (0)