rust/library/test
Joshua Nelson 3534e0a393 Fix a few clippy lints in libtest
- Remove unnecessary references and dereferences
- Use `.contains` instead of `a <= x && x <= b`
- Use `mem::take` instead of `mem::replace` where possible
2023-01-03 18:55:03 +00:00
..
src Fix a few clippy lints in libtest 2023-01-03 18:55:03 +00:00
Cargo.toml Update test's cfg-if dependency to 1.0 2022-11-21 16:43:34 -05:00