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-27 23:20:39 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
7cfc6fa1f0
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
,
}
Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyup
2022-04-07 17:39:59 +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