fix a couple clippy errors

...with Rust 1.82.
This commit is contained in:
Scott Lamb
2024-12-11 15:03:31 -08:00
parent 3739e634ab
commit 9256561362
7 changed files with 10 additions and 6 deletions

View File

@@ -68,7 +68,7 @@ following command:
$ brew install node
```
Next, you need Rust 1.79+ and Cargo. The easiest way to install them is by
Next, you need Rust 1.81+ and Cargo. The easiest way to install them is by
following the instructions at [rustup.rs](https://www.rustup.rs/). Avoid
your Linux distribution's Rust packages, which tend to be too old.
(At least on Debian-based systems; Arch and Gentoo might be okay.)