diff options
Diffstat (limited to 'examples/example-async/src')
| -rw-r--r-- | examples/example-async/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example-async/src/main.rs b/examples/example-async/src/main.rs index 15aba7d..889895c 100644 --- a/examples/example-async/src/main.rs +++ b/examples/example-async/src/main.rs @@ -16,7 +16,7 @@ //! cargo run --manifest-path ./examples/example-async/Cargo.toml -- hello World //! ``` -use mingling::macros::{chain, dispatcher, gen_program, pack, r_println, renderer}; +use mingling::prelude::*; dispatcher!("hello", HelloCommand => HelloEntry); |
