-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Performance Lints
cargo clippy --fix --allow-dirty --all-targets --all-features -- -W clippy::perfcargo clippy --fix --allow-dirty --all-targets --all-features -- \
-W clippy::inefficient_to_string \
-W clippy::manual_memcpy \
-W clippy::needless_collect \
-W clippy::unnecessary_to_owned \
-W clippy::useless_veccargo clippy --fix --allow-dirty --all-targets --all-features -- -W clippy::pedanticcargo clippy --fix --allow-dirty --all-targets --all-features -- \
-W clippy::cloned_instead_of_copied \
-W clippy::flat_map_option \
-W clippy::implicit_clone \
-W clippy::redundant_else \
-W clippy::semicolon_if_nothing_returned \
-W clippy::unnested_or_patterns \
-W clippy::needless_pass_by_ref_mut \
-W clippy::redundant_clone \
-W clippy::suboptimal_flopsReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels