aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-05-22 05:18:47 +0000
committerFuwn <[email protected]>2023-05-22 05:18:47 +0000
commit576681277460be9d0e307f033932acde50f66fc8 (patch)
tree5cb3b0d40954996339905ce09426f2af2fd2e882
parentdeps(tokio): restrict tokio features (diff)
downloadwindmark-576681277460be9d0e307f033932acde50f66fc8.tar.xz
windmark-576681277460be9d0e307f033932acde50f66fc8.zip
docs(router): run doc
-rw-r--r--src/router.rs2
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};
///