Skip to content

Commit 086b0d6

Browse files
committed
Fix: do not run doc examples
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
1 parent 8ea8cd8 commit 086b0d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ rexpect = "0.5"
3333

3434
Simple example for interacting via ftp:
3535

36-
```rust
36+
```rust,no_run
3737
use rexpect::spawn;
3838
use rexpect::error::*;
3939
@@ -60,7 +60,7 @@ fn main() {
6060

6161
### Example with bash and reading from programs
6262

63-
```rust
63+
```rust,no_run
6464
use rexpect::spawn_bash;
6565
use rexpect::error::*;
6666
@@ -110,7 +110,7 @@ goes into nirvana. There are two functions to ensure that:
110110

111111

112112

113-
```rust
113+
```rust,no_run
114114
use rexpect::spawn_bash;
115115
use rexpect::error::*;
116116

0 commit comments

Comments
 (0)