Skip to content

Commit 4623b5f

Browse files
The example is not meant to be compiled with out passing arguments.
The example is not meant to be compiled. Changed the code block annotation from editable to ignore to better reflect its purpose and avoid confusion as there require the arguments to run the code properly with out any errors
1 parent c9d151f commit 4623b5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/std_misc/arg/matching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Matching can be used to parse simple arguments:
44

5-
```rust,editable
5+
```rust,ignore
66
use std::env;
77
88
fn increase(number: i32) {

0 commit comments

Comments
 (0)