BrainMaestro / rustfix

Automatically apply the suggestions made by rustc

Repository from Github https://github.comBrainMaestro/rustfixRepository from Github https://github.comBrainMaestro/rustfix

rustfix

The goal of this tool is to read and apply the suggestions made by rustc.

Build Status Build status

Current status

Currently, rustfix is split into to crates:

  • rustfix, a library for consuming and applying suggestions in the format that rustc outputs
  • and cargo-fix, a binary that works as cargo subcommand and that end users will use to fix their code.

The magic of rustfix is entirely dependent on the diagnostics implement in the Rust compiler (and external lints, like clippy).

License

Licensed under either of

at your option.

Contribution

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.

About

Automatically apply the suggestions made by rustc

License:Apache License 2.0


Languages

Language:Rust 100.0%