Remove vague statement from README

Addresses https://github.com/rust-lang/miri/pull/1898#discussion_r727274293
This commit is contained in:
Martin Habovštiak 2021-10-12 18:46:23 +02:00 committed by GitHub
parent 31ed3a7120
commit 782085adcd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,8 +63,6 @@ in your program, and cannot run all programs:
emulated and spin loops (without syscalls) just loop forever. There is no
threading support on Windows.
Consider looking into GitHub isues for more information about the limitations.
[rust]: https://www.rust-lang.org/
[mir]: https://github.com/rust-lang/rfcs/blob/master/text/1211-mir.md
[`unreachable_unchecked`]: https://doc.rust-lang.org/stable/std/hint/fn.unreachable_unchecked.html