mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-04 05:43:47 +00:00
Update cheatsheets
This commit is contained in:
@@ -24,6 +24,10 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`cargo clippy --package {{package}}`
|
||||
|
||||
- Run checks for a lint group (see <https://rust-lang.github.io/rust-clippy/stable/index.html#?groups=cargo,complexity,correctness,deprecated,nursery,pedantic,perf,restriction,style,suspicious>):
|
||||
|
||||
`cargo clippy -- --warn clippy::{{lint_group}}`
|
||||
|
||||
- Treat warnings as errors:
|
||||
|
||||
`cargo clippy -- --deny warnings`
|
||||
|
||||
Reference in New Issue
Block a user