diff options
Diffstat (limited to 'crates/rapier2d-f64')
| -rw-r--r-- | crates/rapier2d-f64/Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/crates/rapier2d-f64/Cargo.toml b/crates/rapier2d-f64/Cargo.toml index 49fe36e..6517e0f 100644 --- a/crates/rapier2d-f64/Cargo.toml +++ b/crates/rapier2d-f64/Cargo.toml @@ -22,7 +22,9 @@ edition = "2021" maintenance = { status = "actively-developed" } [lints] -workspace = true +rust.unexpected_cfgs = { level = "warn", check-cfg = [ + 'cfg(feature, values("dim3", "f32"))', +] } [features] default = ["dim2", "f64"] |
