We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 926f069 commit 2faa2ceCopy full SHA for 2faa2ce
library/std/src/path.rs
@@ -739,6 +739,7 @@ impl<'a> Components<'a> {
739
740
// parse a component from the right, saying how many bytes to consume to
741
// remove the component
742
+ #[inline]
743
fn parse_next_component_back(&self) -> (usize, Option<Component<'a>>) {
744
debug_assert!(self.back == State::Body);
745
let start = self.len_before_body();
0 commit comments