Skip to content

Commit

Permalink
Use crate export insted of re-export
Browse files Browse the repository at this point in the history
  • Loading branch information
frenetisch-applaudierend committed Jan 7, 2024
1 parent b51c672 commit c596e0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions axum-extra/src/extract/user_lang/sources/query.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use axum::{async_trait, extract::Query, RequestPartsExt};
use axum::{async_trait, RequestPartsExt};
use std::collections::HashMap;

use crate::extract::user_lang::UserLanguageSource;
use crate::extract::{Query, user_lang::UserLanguageSource};

/// A [`UserLanguageSource`] that reads the language from a field in the
/// query string.
Expand Down

0 comments on commit c596e0d

Please sign in to comment.