aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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};
///