Skip to content

Commit f8840e6

Browse files
committed
Auto merge of rust-lang#2184 - RalfJung:readme, r=RalfJung
fix dangling reference in the README
2 parents 53a2b2f + 625b4ed commit f8840e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -296,8 +296,7 @@ environment variable. We first document the most relevant and most commonly used
296296
* `-Zmiri-strict-provenance` enables [strict
297297
provenance](https://github.com/rust-lang/rust/issues/95228) checking in Miri. This means that
298298
casting an integer to a pointer yields a result with 'invalid' provenance, i.e., with provenance
299-
that cannot be used for any memory access. Also implies `-Zmiri-tag-raw-pointers` and
300-
`-Zmiri-check-number-validity`.
299+
that cannot be used for any memory access. Also implies `-Zmiri-tag-raw-pointers`.
301300

302301
The remaining flags are for advanced use only, and more likely to change or be removed.
303302
Some of these are **unsound**, which means they can lead

0 commit comments

Comments
 (0)