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
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-02 02:49:52 +03:00
#![
warn(clippy::struct_excessive_bools)
]
struct
S
{
a
:
bool
,
}
fix existing clippy tests
2022-03-27 14:41:09 +02:00
struct
Foo
;
add excessive bools lints
2020-02-02 02:49:52 +03:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink