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
cf72565a12
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
,
}
fix existing clippy tests
2022-03-27 07:41:09 -05:00
struct
Foo
;
add excessive bools lints
2020-02-01 17:49:52 -06:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink