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
4cea5a8f33
rust
/
clippy_lints
History
Samuel Tardieu
4cea5a8f33
Do not suggest
[T; n]
instead of
vec![T; n]
if
T
is not
Copy
2023-12-17 11:32:15 +01:00
..
src
Do not suggest
[T; n]
instead of
vec![T; n]
if
T
is not
Copy
2023-12-17 11:32:15 +01:00
Cargo.toml
Update regex-syntax to support new word boundry assertions
2023-12-02 19:44:36 +00:00
README.md
README.md
This crate contains Clippy lints. For the main crate, check
GitHub
.