diff options
Diffstat (limited to 'examples/async_stateful_module.rs')
| -rw-r--r-- | examples/async_stateful_module.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/async_stateful_module.rs b/examples/async_stateful_module.rs index 09b6cb1..3a2cb0a 100644 --- a/examples/async_stateful_module.rs +++ b/examples/async_stateful_module.rs @@ -15,7 +15,7 @@ // Copyright (C) 2022-2023 Fuwn <[email protected]> // SPDX-License-Identifier: GPL-3.0-only -//! `cargo run --example async_stateful_module` +//! `cargo run --example async_stateful_module --features response-macros` use std::sync::{Arc, Mutex}; |