Skip to content

Commit 9d4c80e

Browse files
committed
Auto merge of #1579 - lygstate:patch-1, r=RalfJung
Update README.md Note however that [leak checking is currently disabled on Windows targets](#1302). Windows issue are fixed
2 parents 8ed7fac + e666510 commit 9d4c80e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ for example:
1919

2020
On top of that, Miri will also tell you about memory leaks: when there is memory
2121
still allocated at the end of the execution, and that memory is not reachable
22-
from a global `static`, Miri will raise an error. Note however that
23-
[leak checking is currently disabled on Windows targets](https://github.com/rust-lang/miri/issues/1302).
22+
from a global `static`, Miri will raise an error.
2423

2524
Miri has already discovered some [real-world bugs](#bugs-found-by-miri). If you
2625
found a bug with Miri, we'd appreciate if you tell us and we'll add it to the

0 commit comments

Comments
 (0)