Skip to content

Commit 4e4a37e

Browse files
authored
Merge pull request #1930 from santoshxshrestha/patch-1
The example is not meant to be compiled with out passing arguments.
2 parents 4458911 + 4623b5f commit 4e4a37e

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)