Update Readme.md

Co-authored-by: Weihang Lo <weihanglo@users.noreply.github.com>
This commit is contained in:
Manish Goregaokar 2023-10-15 19:51:10 -07:00 committed by GitHub
parent c249c973c4
commit b416b98fab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ The library (and therefore this repo) is considered largely feature-complete. Th
## Installation
To get the tool to automatically fix warnings in, run `cargo install cargo-fix`. This will give you `cargo fix`.
`cargo fix` is a built-in command in Cargo since Rust 1.29. There is no need to install it separately from crates.io.
To use the rustfix library for use in your own fix project, add it to your `Cargo.toml`.