mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-05-09 16:10:42 +00:00
apply some clippy suggestions
This commit is contained in:
parent
6ee382242b
commit
388bf8b49c
8 changed files with 23 additions and 8 deletions
|
@ -11,7 +11,10 @@ use gotham::{
|
|||
},
|
||||
middleware::Middleware,
|
||||
pipeline::chain::PipelineHandleChain,
|
||||
router::{builder::*, route::matcher::AccessControlRequestMethodMatcher},
|
||||
router::{
|
||||
builder::{DefineSingleRoute, DrawRoutes, ExtendRouteMatcher},
|
||||
route::matcher::AccessControlRequestMethodMatcher
|
||||
},
|
||||
state::{FromState, State}
|
||||
};
|
||||
use std::{panic::RefUnwindSafe, pin::Pin};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue