Merge pull request #669 from 0xflotus/patch-1

fixed environment
This commit is contained in:
Ralf Jung 2019-03-28 12:58:09 +01:00 committed by GitHub
commit 11cbfd719a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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