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
56794fa5f1
rust
/
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 17:49:52 -06:00
#![
warn(clippy::struct_excessive_bools)
]
struct
S
{
a
:
bool
,
}
Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyup
2022-04-07 12:39:59 -05:00
struct
Foo
;
add excessive bools lints
2020-02-01 17:49:52 -06:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink