Skip to content

Commit

Permalink
fix: remove unused import async_trait
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Dec 11, 2023
1 parent e38efed commit 63e5d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viz/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@
//!
//! ```
//! # use std::{cmp, convert::Infallible};
//! # use viz::{async_trait, FromRequest, Request, RequestExt, Result};
//! # use viz::{FromRequest, Request, RequestExt, Result};
//! struct Counter(u16);
//!
//! impl FromRequest for Counter {
Expand Down

0 comments on commit 63e5d78

Please sign in to comment.