Crates.io | cargo-fixit |
lib.rs | cargo-fixit |
version | 0.1.7 |
created_at | 2025-07-18 17:14:54.956346+00 |
updated_at | 2025-08-13 18:57:19.356449+00 |
description | Proposed fixit commands for cargo |
homepage | |
repository | https://github.com/crate-ci/cargo-fixit |
max_upload_size | |
id | 1759203 |
size | 115,031 |
Prototype for alternative
cargo fix
(rust-lang/cargo#13214)
This is meant to be a drop-in replacement for cargo fix
, except faster.
Before
$ cargo fix
$ cargo clippy --fix
After
$ cargo install cargo-fixit
$ cargo fixit
$ cargo fixit --clippy
Expectations
cargo fix
1.89 (no implicit --all-targets
)Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual-licensed as above, without any additional terms or conditions.