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