Skip to content

Commit

Permalink
Apply PR suggestion from rust-lang#222
Browse files Browse the repository at this point in the history
  • Loading branch information
3tilley committed Oct 17, 2023
1 parent 10fd5eb commit ab33223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Rustfix is a library defining useful structures that represent fix suggestions f
Currently, rustfix is split into two crates:

- `rustfix`, a library for consuming and applying suggestions in the format that `rustc` outputs (this crate)
- `cargo-fix`, a binary that works as cargo subcommand and that end users will use to fix their code (maintained in the [cargo](https://github.com/rust-lang/cargo/blob/master/src/cargo/ops/fix.rs) repo).
- `cargo-fix`, a binary that works as cargo subcommand and that end users will use to fix their code (maintained in the [cargo](https://github.com/rust-lang/cargo/blob/master/src/bin/cargo/commands/fix.rs) repo).


The library (and therefore this repo) is considered largely feature-complete. This is because:
Expand Down

0 comments on commit ab33223

Please sign in to comment.