diff options
| author | Fuwn <[email protected]> | 2023-04-03 03:16:09 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-04-03 03:16:09 +0000 |
| commit | e8493629a0810fcde065d6b12e1746a7917a14d2 (patch) | |
| tree | 6e876d556073b21efd730247833e5a9a4823b520 /examples | |
| parent | refactor(handler): move traits (diff) | |
| download | windmark-e8493629a0810fcde065d6b12e1746a7917a14d2.tar.xz windmark-e8493629a0810fcde065d6b12e1746a7917a14d2.zip | |
fix(context): clippy lints
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/windmark.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/windmark.rs b/examples/windmark.rs index c660f3f..fd24f84 100644 --- a/examples/windmark.rs +++ b/examples/windmark.rs @@ -22,8 +22,8 @@ extern crate log; use windmark::{ - response::Response, context::{HookContext, RouteContext}, + response::Response, success, Router, }; |