Skip to content

Commit

Permalink
Add note about ignoring rustfmt not installed
Browse files Browse the repository at this point in the history
  • Loading branch information
AlienKevin committed Oct 10, 2023
1 parent cfeb05b commit 80065ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.lastus
```
make main
```
Ignore warnings about rustfmt not installed. It is not needed for the experiment.
```
error: 'rustfmt' is not installed for the toolchain '1.73.0-aarch64-unknown-linux-gnu'
To install, run `rustup component add rustfmt`
Failed to run rustfmt: Internal rustfmt error (non-fatal, continuing)
```

4. Plot the experiment results
```
Expand Down

0 comments on commit 80065ca

Please sign in to comment.