chore: workspace lints now part of each crate. (#728)
This commit is contained in:
@@ -22,7 +22,9 @@ edition = "2021"
|
||||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
rust.unexpected_cfgs = { level = "warn", check-cfg = [
|
||||
'cfg(feature, values("dim2", "f32"))',
|
||||
] }
|
||||
|
||||
[features]
|
||||
default = ["dim3", "f64"]
|
||||
|
||||
Reference in New Issue
Block a user