diff options
| author | Weicao-CatilGrass <1992414357@qq.com> | 2026-04-27 11:09:35 +0800 |
|---|---|---|
| committer | Weicao-CatilGrass <1992414357@qq.com> | 2026-04-27 11:29:26 +0800 |
| commit | ae91bf2f6412edee65660085811248e0127fa97b (patch) | |
| tree | 504a055510a7592e64ec382cbef97cded7c7e69f /docs/pages/3-features | |
| parent | 704eb899babd85125d29cf41315e9df90515046f (diff) | |
Remove `marker::NextProcess` and generate it via `gen_program!`
Diffstat (limited to 'docs/pages/3-features')
| -rw-r--r-- | docs/pages/3-features/1-parser.md | 2 |
1 files changed, 0 insertions, 2 deletions
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}, }; |
