Skip to content

Commit

Permalink
Even more speedup
Browse files Browse the repository at this point in the history
  • Loading branch information
zbraniecki committed Dec 13, 2023
1 parent fd08410 commit 4e8dd11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/negotiate/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ fn subtag_matches<P: PartialEq>(
(as_range1 && subtag1.is_none()) || (as_range2 && subtag2.is_none()) || subtag1 == subtag2
}

#[inline]
#[inline(always)]
fn matches(
lid1: &LanguageIdentifier,
lid2: &LanguageIdentifier,
Expand Down

0 comments on commit 4e8dd11

Please sign in to comment.