diff options
| author | Fuwn <[email protected]> | 2026-04-27 06:03:39 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-04-27 06:03:39 +0000 |
| commit | e90996c8426ceb720c56b74bf4bfb8b3bcc2cd36 (patch) | |
| tree | 0f387ca16a404a6a19318e030af2237a9a9f4f85 /README.md | |
| parent | ci: Enable response-macros feature so examples build under cargo test (diff) | |
| download | archived-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |