aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-04-27 06:03:39 +0000
committerFuwn <[email protected]>2026-04-27 06:03:39 +0000
commite90996c8426ceb720c56b74bf4bfb8b3bcc2cd36 (patch)
tree0f387ca16a404a6a19318e030af2237a9a9f4f85 /README.md
parentci: Enable response-macros feature so examples build under cargo test (diff)
downloadarchived-windmark-e90996c8426ceb720c56b74bf4bfb8b3bcc2cd36.tar.xz
archived-windmark-e90996c8426ceb720c56b74bf4bfb8b3bcc2cd36.zip
fix(docs): Repair stale doctests exposed by cargo test step
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 698e09c..3b9b879 100644
--- a/README.md
+++ b/README.md
@@ -50,7 +50,7 @@ tokio = { version = "1.26.0", features = ["full"] }
### Implementing a Windmark Server
-```rust
+```rust,no_run
// src/main.rs
use windmark::response::Response;