diff options
| author | Fuwn <[email protected]> | 2023-05-22 05:18:47 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-05-22 05:18:47 +0000 |
| commit | 576681277460be9d0e307f033932acde50f66fc8 (patch) | |
| tree | 5cb3b0d40954996339905ce09426f2af2fd2e882 | |
| parent | deps(tokio): restrict tokio features (diff) | |
| download | windmark-576681277460be9d0e307f033932acde50f66fc8.tar.xz windmark-576681277460be9d0e307f033932acde50f66fc8.zip | |
docs(router): run doc
| -rw-r--r-- | src/router.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/router.rs b/src/router.rs index 1d6b224..05a9623 100644 --- a/src/router.rs +++ b/src/router.rs @@ -727,7 +727,7 @@ impl Router { /// /// # Examples /// - /// ```no_run + /// ```rust /// use log::info; /// use windmark::{context::HookContext, router::Router}; /// |