aboutsummaryrefslogtreecommitdiff
path: root/examples/async_stateful_module.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-04-19 22:36:20 +0000
committerFuwn <[email protected]>2023-04-19 22:36:20 +0000
commit8a60ce9d119cd93653553b0e0a8078055a3b395d (patch)
tree7aff9a623b067a384dfbf759653bc9ea4185716d /examples/async_stateful_module.rs
parentfix(cargo-make): example runner (diff)
downloadwindmark-8a60ce9d119cd93653553b0e0a8078055a3b395d.tar.xz
windmark-8a60ce9d119cd93653553b0e0a8078055a3b395d.zip
docs(examples): create a readme with details
Diffstat (limited to 'examples/async_stateful_module.rs')
-rw-r--r--examples/async_stateful_module.rs2
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};