Skip to content

Commit 62b4888

Browse files
committed
WIP: Permit unused_imports (DF 42.2.0 branch)
1 parent 33dd1cd commit 62b4888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ large_futures = "warn"
167167

168168
[workspace.lints.rust]
169169
unexpected_cfgs = { level = "warn", check-cfg = ["cfg(tarpaulin)"] }
170-
unused_imports = "deny"
170+
# unused_imports = "deny"
171171

172172
[patch.'https://github.com/cube-js/arrow-rs.git']
173173
arrow = { path = "../arrow-rs/arrow" }

0 commit comments

Comments
 (0)