Skip to content

Commit

Permalink
test inlining split_at_position
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal committed Apr 22, 2024
1 parent 0509f3c commit 1a321bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/traits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,7 @@ impl<'a> Input for &'a str {
}
}

#[inline(always)]
fn split_at_position1_complete<P, E: ParseError<Self>>(
&self,
predicate: P,
Expand Down

0 comments on commit 1a321bb

Please sign in to comment.