This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
rust-clippy
Watch
2
Star
0
Fork
You've already forked rust-clippy
0
mirror of
https://github.com/rust-lang/rust-clippy
synced
2024-11-24 21:53:23 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
de87e83d88
rust-clippy
/
tests
/
ui-toml
/
struct_excessive_bools
/
test.rs
10 lines
95 B
Rust
Raw
Normal View
History
Unescape
Escape
add excessive bools lints
2020-02-01 23:49:52 +00:00
#![
warn(clippy::struct_excessive_bools)
]
struct
S
{
a
:
bool
,
}
fix existing clippy tests
2022-03-27 12:41:09 +00:00
struct
Foo
;
add excessive bools lints
2020-02-01 23:49:52 +00:00
fn
main
(
)
{
}
Reference in a new issue
Copy permalink