diff options
| author | Fuwn <[email protected]> | 2023-04-19 22:36:20 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-04-19 22:36:20 +0000 |
| commit | 8a60ce9d119cd93653553b0e0a8078055a3b395d (patch) | |
| tree | 7aff9a623b067a384dfbf759653bc9ea4185716d /examples/fix_path.rs | |
| parent | fix(cargo-make): example runner (diff) | |
| download | windmark-8a60ce9d119cd93653553b0e0a8078055a3b395d.tar.xz windmark-8a60ce9d119cd93653553b0e0a8078055a3b395d.zip | |
docs(examples): create a readme with details
Diffstat (limited to 'examples/fix_path.rs')
| -rw-r--r-- | examples/fix_path.rs | 2 |
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>> { |