diff options
| author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2024-08-02 21:38:56 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-02 16:38:56 +0200 |
| commit | 617428e98855d072acd9d332b9782b4159dadfd8 (patch) | |
| tree | e9b7bf859e5c43dc9c629f529112cb3eadf44b4b /src_testbed | |
| parent | 364b5b7c37c30af745ad77555d56b6c47ce7de8e (diff) | |
| download | rapier-617428e98855d072acd9d332b9782b4159dadfd8.tar.gz rapier-617428e98855d072acd9d332b9782b4159dadfd8.tar.bz2 rapier-617428e98855d072acd9d332b9782b4159dadfd8.zip | |
Use workspace lints to control unexpected_cfgs. (#682)
By using `workspace.lints`, we can configure lints once for
everything (and then inherit it into the various crates).
The lint configuration for `unexpected_cfgs` works in 1.80+
and warns otherwise.
Co-authored-by: Thierry Berger <contact@thierryberger.com>
Diffstat (limited to 'src_testbed')
| -rw-r--r-- | src_testbed/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src_testbed/lib.rs b/src_testbed/lib.rs index e64d025..8702673 100644 --- a/src_testbed/lib.rs +++ b/src_testbed/lib.rs @@ -1,5 +1,4 @@ #![allow(clippy::too_many_arguments)] -#![allow(unexpected_cfgs)] // This happens due to the dim2/dim3/f32/f64 cfg. extern crate nalgebra as na; |
