Skip to content

Commit

Permalink
add cargo miri readme docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ameknite committed Mar 19, 2024
1 parent a1b030b commit c1ae9e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -29,6 +29,7 @@ It will run:
- Check for the sections `[lints.rust]` and `[linsts.clippy]`
in the [Cargo.toml file](./Cargo.toml).
- cargo test: Execute unit and integration tests.
- [cargo miri](https://github.com/rust-lang/miri) test: Help to detect certain classes of [undefined behavior](https://doc.rust-lang.org/reference/behavior-considered-undefined.html).
- [typos](https://crates.io/crates/typos):
- Source code spell checker.
- Check for the [typos.toml](./typos.toml) file.
Expand Down

0 comments on commit c1ae9e8

Please sign in to comment.