Fixed typo in README.rst

This commit is contained in:
Lachlan Sneff
2018-01-15 19:12:06 -05:00
committed by Dan Gohman
parent 4cdbf2f56e
commit 48229f02e3

View File

@@ -78,7 +78,7 @@ Currently, tests don't test the `no_std` feature:
1. `cargo test --features no_std` won't compile. 1. `cargo test --features no_std` won't compile.
1. `./test_all.sh` doesn't test the `no_std` feature. 1. `./test-all.sh` doesn't test the `no_std` feature.
It's important to note that cretonne still needs liballoc to compile. It's important to note that cretonne still needs liballoc to compile.
Thus, whatever environment is used must implement an allocator. Thus, whatever environment is used must implement an allocator.