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
/
clippy_lints
/
src
/
misc_early
History
LeSeulArtichaut
ae700b42ed
Use
EarlyContext::sess
instead of
LintContext::sess()
2021-08-07 01:59:08 +02:00
..
builtin_type_shadow.rs
…
double_neg.rs
…
mixed_case_hex_literals.rs
…
mod.rs
Use
EarlyContext::sess
instead of
LintContext::sess()
2021-08-07 01:59:08 +02:00
redundant_pattern.rs
…
unneeded_field_pattern.rs
Replace
span_to_snippet
calls with
snippet_opt
from
clippy_utils
2021-08-07 01:59:05 +02:00
unneeded_wildcard_pattern.rs
Add support for using qualified paths with structs in expression and pattern
2021-06-10 13:18:41 +02:00
unseparated_literal_suffix.rs
…
zero_prefixed_literal.rs
…