Skip to content

Commit

Permalink
Properly indicate the need for cargo-expand
Browse files Browse the repository at this point in the history
  • Loading branch information
chrrs authored Jan 15, 2024
1 parent 801edd4 commit 2279959
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
> Analyze the modernity of Rust code bases using various techniques.
## Setup
You will need to have the Rust toolchain and the [`cargo-expand`](https://github.com/dtolnay/cargo-expand) utility installed in your local environment.

Before using this tool, you need to expand the code of the `std`, `core` and `alloc` crates:

1. Clone the [official Rust language repository](https://github.com/rust-lang/rust).
Expand Down

0 comments on commit 2279959

Please sign in to comment.