Skip to content

Commit ae4385f

Browse files
authored
Merge pull request #158 from xsnippet/chore/fix-cargo-clippy
Fix cargo clippy
2 parents ba249a1 + f50d96a commit ae4385f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/web.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ pub use crate::web::auth::{AuthValidator, BearerAuth, JwtValidator};
66
pub use crate::web::content::{
77
DoNotAcceptAny, Input, NegotiatedContentType, Output, PaginationLimit, WithHttpHeaders,
88
};
9-
pub use crate::web::tracing::{RequestIdHeader, RequestSpan};
9+
pub use crate::web::tracing::RequestIdHeader;

0 commit comments

Comments
 (0)