We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0302790 commit 69ae431Copy full SHA for 69ae431
tests/test.rs
@@ -1,6 +1,6 @@
1
// SPDX-License-Identifier: Apache-2.0 OR MIT
2
3
-#![cfg(not(miri))] // Miri doesn't support file with non-default mode: https://github.com/rust-lang/miri/pull/2720
+#![cfg(not(miri))] // Miri doesn't support std::process::Command: https://github.com/rust-lang/miri/issues/3374
4
5
mod auxiliary;
6
0 commit comments