diff options
Diffstat (limited to 'crates/rapier2d/Cargo.toml')
| -rw-r--r-- | crates/rapier2d/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/rapier2d/Cargo.toml b/crates/rapier2d/Cargo.toml index c4de36a..125e442 100644 --- a/crates/rapier2d/Cargo.toml +++ b/crates/rapier2d/Cargo.toml @@ -25,6 +25,7 @@ maintenance = { status = "actively-developed" } rust.unexpected_cfgs = { level = "warn", check-cfg = [ 'cfg(feature, values("dim3", "f64"))', ] } +clippy = { needless_lifetimes = "allow" } [features] default = ["dim2", "f32"] |
