]> git.lizzy.rs Git - rust.git/commitdiff
remove outdated README comment
authorRalf Jung <post@ralfj.de>
Tue, 18 Dec 2018 20:49:21 +0000 (21:49 +0100)
committerRalf Jung <post@ralfj.de>
Wed, 19 Dec 2018 10:05:15 +0000 (11:05 +0100)
README.md

index b6e1c20076de9142a0482d4a2d138765f2ac21df..02e13ad56a7ed4923164c587af919b548d835485 100644 (file)
--- a/README.md
+++ b/README.md
@@ -45,8 +45,6 @@ Now you can run your project in miri:
    dependencies to be compiled the right way, that would not happen if they have
    previously already been compiled.
 2. To run all tests in your project through Miri, use `cargo +nightly miri test`.
-   **NOTE**: This is currently broken, see the discussion in
-   [#479](https://github.com/solson/miri/issues/479).
 3. If you have a binary project, you can run it through Miri using `cargo
    +nightly miri run`.