fixed environment

This commit is contained in:
0xflotus 2019-03-28 11:47:51 +01:00 committed by kenta7777
parent d9178b9300
commit 83b7f2edc9

View file

@ -212,7 +212,7 @@ With this, you should now have a working development setup! See
["Testing Miri"](#testing-miri) above for how to proceed.
Running `cargo miri` in this setup is a bit more complicated, because the Miri
binary you just created does not actually run without some enviroment variables.
binary you just created does not actually run without some environment variables.
But you can contort cargo into calling `cargo miri` the right way for you:
```sh