Skip to content

Commit 83d0e65

Browse files
committed
Remove stray changes from apache#1899.
1 parent 67fdd9b commit 83d0e65

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ repository = "https://github.com/apache/iceberg-rust"
3838
# Check the MSRV policy in README.md before changing this
3939
rust-version = "1.88"
4040

41-
[workspace.lints.rust]
42-
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(FALSE)'] }
43-
4441
[workspace.dependencies]
4542
anyhow = "1.0.72"
4643
apache-avro = { version = "0.21", features = ["zstandard"] }

crates/iceberg/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ keywords = ["iceberg"]
2828
license = { workspace = true }
2929
repository = { workspace = true }
3030

31-
[lints]
32-
workspace = true
33-
3431
[features]
3532
default = ["storage-memory", "storage-fs", "storage-s3", "tokio"]
3633
storage-all = ["storage-memory", "storage-fs", "storage-s3", "storage-gcs"]

0 commit comments

Comments
 (0)