diff options
Diffstat (limited to 'src/clock.rs')
| -rw-r--r-- | src/clock.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/clock.rs b/src/clock.rs index 242bcdf..4341266 100644 --- a/src/clock.rs +++ b/src/clock.rs @@ -1,6 +1,6 @@ use axum::{ extract::{Extension, FromRequestParts, Request}, - http::{request::Parts, StatusCode}, + http::{StatusCode, request::Parts}, middleware::Next, response::Response, }; @@ -21,7 +21,6 @@ impl RequestedAt { } } -#[async_trait::async_trait] impl<S> FromRequestParts<S> for RequestedAt where S: Send + Sync, |
