Skip to content

Commit

Permalink
ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbastian committed Jun 20, 2024
1 parent 6d0749d commit 4c307ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions provider/adapters/src/filter/impls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ where
/// .into_iter()
/// .map(|(locale, _)| locale.get_langid())
/// .collect::<Vec<LanguageIdentifier>>();
/// assert!(supported_langids.contains(&langid!("de")));
/// assert!(!supported_langids.contains(&langid!("en")));
/// assert!(available_langids.contains(&langid!("de")));
/// assert!(!available_langids.contains(&langid!("en")));
/// ```
pub fn filter_by_langid<'a>(
self,
Expand Down

0 comments on commit 4c307ba

Please sign in to comment.