Add typos command for linting and tidying and fix issues it found

This commit is contained in:
Dave Rolsky
2024-05-18 12:11:04 +08:00
parent 9b467e6799
commit 2297f8e434
3 changed files with 13 additions and 2 deletions

View File

@@ -89,5 +89,5 @@ be stripped either.
## Caching Rust Compilation Output
You can use the [Swatinem/rust-cache](https://github.com/Swatinem/rust-cache) action with this one
seemlessly, whether or not a specific build target needs `cross`. There is no special configuration
seamlessly, whether or not a specific build target needs `cross`. There is no special configuration
that you need for this. It just works.