chore: workspace lints now part of each crate. (#728)
This commit is contained in:
@@ -25,7 +25,9 @@ path = "../../src_testbed/lib.rs"
|
||||
required-features = ["dim2"]
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
rust.unexpected_cfgs = { level = "warn", check-cfg = [
|
||||
'cfg(feature, values("dim3", "f32"))',
|
||||
] }
|
||||
|
||||
[features]
|
||||
default = ["dim2"]
|
||||
|
||||
Reference in New Issue
Block a user