
* Tuneable Stage, Scheduler, and Mutators * rename * fix build * get rid of prelude * fmt * Reworked tunable, fixed stuff, add testcase * clippy * further fixes * fix typo, fmt
15 lines
525 B
PowerShell
15 lines
525 B
PowerShell
cargo clippy --all --all-features --tests --benches --examples -- `
|
|
-D clippy::all `
|
|
-D clippy::pedantic `
|
|
-W clippy::similar_names `
|
|
-A clippy::type_repetition_in_bounds `
|
|
-A clippy::missing-errors-doc `
|
|
-A clippy::cast-possible-truncation `
|
|
-A clippy::used-underscore-binding `
|
|
-A clippy::ptr-as-ptr `
|
|
-A clippy::missing-panics-doc `
|
|
-A clippy::missing-docs-in-private-items `
|
|
-A clippy::unseparated-literal-suffix `
|
|
-A clippy::module-name-repetitions `
|
|
-A clippy::unreadable-literal
|