diff options
Diffstat (limited to 'examples/async.rs')
| -rw-r--r-- | examples/async.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/async.rs b/examples/async.rs index d11be86..2c32220 100644 --- a/examples/async.rs +++ b/examples/async.rs @@ -15,7 +15,7 @@ // Copyright (C) 2022-2023 Fuwn <[email protected]> // SPDX-License-Identifier: GPL-3.0-only -//! `cargo run --example async` +//! `cargo run --example async --features response-macros` #[windmark::main] async fn main() -> Result<(), Box<dyn std::error::Error>> { |