]> git.lizzy.rs Git - rust.git/blobdiff - README.md
we don't need unstable options
[rust.git] / README.md
index d1dde153c47870457fbd5cc9b015ce1c2bbf3d29..2214bcf4c59cb4cc62de2db1bef1a4aca0e95200 100644 (file)
--- a/README.md
+++ b/README.md
@@ -393,6 +393,9 @@ Some native rustc `-Z` flags are also very relevant for Miri:
 
 Moreover, Miri recognizes some environment variables:
 
+* `MIRI_AUTO_OPS` indicates whether the automatic execution of rustfmt, clippy and rustup-toolchain
+  should be skipped. If it is set to any value, they are skipped. This is used for avoiding
+  infinite recursion in `./miri` and to allow automated IDE actions to avoid the auto ops.
 * `MIRI_LOG`, `MIRI_BACKTRACE` control logging and backtrace printing during
   Miri executions, also [see "Testing the Miri driver" in `CONTRIBUTING.md`][testing-miri].
 * `MIRIFLAGS` (recognized by `cargo miri` and the test suite) defines extra