This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6cfd4ac955
rust
/
tests
/
ui-toml
/
useless_vec
/
clippy.toml
2 lines
34 B
TOML
Raw
Normal View
History
Unescape
Escape
configurably allow `useless_vec` in tests This adds a `àllow-useless-vec-in-test` configuration which, when set to `true` will allow the `useless_vec` lint in `#[test]` functions and code within `#[cfg(test)]`. It also moves a `is_in_test` helper to `clippy_utils`.
2024-04-27 17:01:14 -05:00
allow-useless-vec-in-tests
=
true
Reference in New Issue
Copy Permalink