From ae91bf2f6412edee65660085811248e0127fa97b Mon Sep 17 00:00:00 2001 From: Weicao-CatilGrass <1992414357@qq.com> Date: Mon, 27 Apr 2026 11:09:35 +0800 Subject: Remove `marker::NextProcess` and generate it via `gen_program!` --- docs/README.md | 1 - docs/pages/3-features/1-parser.md | 2 -- 2 files changed, 3 deletions(-) (limited to 'docs') diff --git a/docs/README.md b/docs/README.md index 781523f..73fd091 100644 --- a/docs/README.md +++ b/docs/README.md @@ -68,7 +68,6 @@ use mingling::{ macros::{ chain, completion, dispatcher, gen_program, help, pack, r_println, renderer, suggest, }, - marker::NextProcess, parser::Picker, setup::BasicProgramSetup, }; diff --git a/docs/pages/3-features/1-parser.md b/docs/pages/3-features/1-parser.md index 1490218..b3c7a05 100644 --- a/docs/pages/3-features/1-parser.md +++ b/docs/pages/3-features/1-parser.md @@ -98,7 +98,6 @@ Then create the basic binary program `fruit` use mingling::{ EnumTag, Groupped, macros::{chain, dispatcher, gen_program, r_println, renderer}, - marker::NextProcess, parser::PickableEnum, }; @@ -242,7 +241,6 @@ Complete code: use mingling::{ AnyOutput, EnumTag, Groupped, macros::{chain, dispatcher, gen_program, pack, r_println, renderer}, - marker::NextProcess, parser::{PickableEnum, Picker}, }; -- cgit