Skip to content

Commit

Permalink
Merge pull request #158 from xsnippet/chore/fix-cargo-clippy
Browse files Browse the repository at this point in the history
Fix cargo clippy
  • Loading branch information
malor authored Mar 17, 2024
2 parents ba249a1 + f50d96a commit ae4385f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ pub use crate::web::auth::{AuthValidator, BearerAuth, JwtValidator};
pub use crate::web::content::{
DoNotAcceptAny, Input, NegotiatedContentType, Output, PaginationLimit, WithHttpHeaders,
};
pub use crate::web::tracing::{RequestIdHeader, RequestSpan};
pub use crate::web::tracing::RequestIdHeader;

0 comments on commit ae4385f

Please sign in to comment.