commit ccc75784b65cd8e00bb8934325085553741e02fb
parent d712e4897a92db63d5737ae8500fc2e10100d390
Author: Demonstrandum <samuel@knutsen.co>
Date: Sat, 7 Dec 2024 22:45:04 +0000
Ignore doc comment code in seam_argparse_proc_macro.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crates/seam_argparse_proc_macro/src/lib.rs b/crates/seam_argparse_proc_macro/src/lib.rs
@@ -52,7 +52,7 @@ struct ArgumentStructTypes {
/// Macro that generates an argument parser and builds a custom struct
/// holding provided arguments, given a schema and the list of arguments.
/// ### Example
-/// ```
+/// ```ignore
/// let (parser, args) = arguments! { [¶ms]
/// mandatory(1..=3): literal,
/// mandatory(4): number fn(n: ParseNode) {