Docs.rs
clippy-0.0.142
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
clippy 0.0.142
A bunch of helpful lints to avoid common pitfalls in Rust
Crate
Source
Builds
Feature flags
Hide files
..
builtin-type-shadow.rs
builtin-type-shadow.stderr
conf_bad_arg.rs
conf_bad_arg.stderr
conf_bad_toml.rs
conf_bad_toml.stderr
conf_bad_toml.toml
conf_bad_type.rs
conf_bad_type.stderr
conf_bad_type.toml
conf_french_blacklisted_name.rs
conf_french_blacklisted_name.stderr
conf_path_non_string.rs
conf_path_non_string.stderr
conf_unknown_key.rs
conf_unknown_key.stderr
ices.rs
ices.stderr
needless_pass_by_value_proc_macro.rs
transmute.rs
transmute.stderr
transmute_32bit.rs
transmute_64bit.rs
transmute_64bit.stderr
update-all-references.sh
update-references.sh
1
2
3
4
5
//
this used to ICE
fubar!
(
)
;
fn
main
(
)
{
}