1
0
Fork 0
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:
Dominic 2021-01-01 18:03:31 +01:00
parent 6ee382242b
commit 388bf8b49c
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
8 changed files with 23 additions and 8 deletions

View file

@ -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};