Skip to content

Commit

Permalink
chore(clippy): remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswk committed Nov 23, 2023
1 parent c93f976 commit 706fc83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use actix_web::http::Method;
use actix_web::web::Bytes;
use actix_web::{HttpMessage, HttpResponse};
use base64::Engine;
use core::fmt::{self, Write};
use core::fmt::{Write};
use futures::{
future::{ok, Ready},
Future,
Expand Down

0 comments on commit 706fc83

Please sign in to comment.