Skip to content

Commit

Permalink
doc: add testing section to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bluurryy committed Aug 22, 2024
1 parent 9db0bab commit 8aa1f7b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,11 @@ At the same time `Bump`'s that have already allocated a chunk don't suffer runti

<!-- cargo-rdme end -->

## Testing

Running `cargo test` requires a nightly compiler.
This is because we use tests copied from `std` which make heavy use of nightly features.

## License

Licensed under either of:
Expand Down

0 comments on commit 8aa1f7b

Please sign in to comment.