From 4623b5f378d0c73d7e7794ed93f38d6a0214d284 Mon Sep 17 00:00:00 2001 From: Santosh Shrestha Date: Wed, 14 May 2025 23:45:12 +0545 Subject: [PATCH] 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 --- src/std_misc/arg/matching.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/std_misc/arg/matching.md b/src/std_misc/arg/matching.md index 4a96fbc214..d98817a960 100644 --- a/src/std_misc/arg/matching.md +++ b/src/std_misc/arg/matching.md @@ -2,7 +2,7 @@ Matching can be used to parse simple arguments: -```rust,editable +```rust,ignore use std::env; fn increase(number: i32) {