File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 498a6060ef949f303bdc7d5fc5ef4de88ce0d3ed
2
+ refs/heads/master: af38726d8e5f9d0cdd6167d0d918bf86138833ce
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 6e7f170fedd3c526a643c0b2d13863acd982be02
5
5
refs/heads/try: a97642026c18a624ff6ea01075dd9550f8ed07ff
Original file line number Diff line number Diff line change @@ -865,7 +865,7 @@ pub fn prefix(path: &Path) -> Option<PathPrefix> {
865
865
path. prefix
866
866
}
867
867
868
- /// Returns whether the Path's prefix is a verbatim prefix, i.e. \\?\
868
+ /// Returns whether the Path's prefix is a verbatim prefix, i.e. ` \\?\`
869
869
#[ inline]
870
870
pub fn is_verbatim ( path : & Path ) -> bool {
871
871
prefix_is_verbatim ( path. prefix )
@@ -926,7 +926,6 @@ pub enum PathPrefix {
926
926
DiskPrefix
927
927
}
928
928
929
- // FIXME (#8169): Make private once visibility is fixed
930
929
fn parse_prefix < ' a > ( mut path : & ' a str ) -> Option < PathPrefix > {
931
930
if path. starts_with ( "\\ \\ " ) {
932
931
// \\
You can’t perform that action at this time.
0 commit comments