2 is after 1

This commit is contained in:
Lachlan Sneff
2018-01-15 20:50:19 -05:00
committed by Dan Gohman
parent 48229f02e3
commit d8c8e4af3d

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. 2. `./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.