diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-04-27 13:56:04 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-04-27 13:56:04 +0800 |
| commit | 930fa5328c96eff49e1ffa94775c43235f42a4f7 (patch) | |
| tree | 7cf6a5dcf069a057ab1df5b5bb186fabd7fe089f /examples/example-basic | |
| parent | a3a657a4e0a4cc243846c6289a9d945e6eb35aa4 (diff) | |
Remove unused `ChainProcess` import in examples
Diffstat (limited to 'examples/example-basic')
| -rw-r--r-- | examples/example-basic/src/main.rs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/examples/example-basic/src/main.rs b/examples/example-basic/src/main.rs index a91154a..944a914 100644 --- a/examples/example-basic/src/main.rs +++ b/examples/example-basic/src/main.rs @@ -5,10 +5,7 @@ //! cargo run --manifest-path ./examples/example-basic/Cargo.toml -- hello World //! ``` -use mingling::{ - ChainProcess, - macros::{chain, dispatcher, gen_program, pack, r_println, renderer}, -}; +use mingling::macros::{chain, dispatcher, gen_program, pack, r_println, renderer}; // Define dispatcher `HelloCommand`, directing subcommand "hello" to `HelloEntry` dispatcher!("hello", HelloCommand => HelloEntry); |
