Skip to content

Commit 56c7656

Browse files
committed
Remove dead code and docs
1 parent a672abd commit 56c7656

File tree

2 files changed

+0
-27
lines changed

2 files changed

+0
-27
lines changed

src/bin/cargo-miri.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,6 @@ Common options:
2525
Other [options] are the same as `cargo rustc`. Everything after the first "--" is
2626
passed verbatim to Miri, which will pass everything after the second "--" verbatim
2727
to the interpreted program.
28-
29-
The config flag `miri` is automatically defined for convenience. You can use
30-
it to configure the resource limits
31-
32-
#![cfg_attr(miri, memory_size = 42)]
33-
34-
available resource limits are `memory_size`, `step_limit`, `stack_limit`
3528
"#;
3629

3730
#[derive(Copy, Clone, Debug, PartialEq, Eq)]

tests/compile-fail/stack_limit.rs

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)