Skip to content

Commit

Permalink
Comply with cargo check
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Sparks committed Oct 19, 2024
1 parent 042f768 commit ea5954e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion axum-extra/src/extract/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ pub mod scheme;

#[cfg(feature = "scheme")]
#[doc(no_inline)]
pub use self::scheme::{SchemeMissing, Scheme};
pub use self::scheme::{Scheme, SchemeMissing};

0 comments on commit ea5954e

Please sign in to comment.