Skip to content

Commit 94134d1

Browse files
lilyballalexcrichton
authored andcommitted
---
yaml --- r: 101229 b: refs/heads/snap-stage3 c: af38726 h: refs/heads/master i: 101227: 9c8f3db v: v3
1 parent b930265 commit 94134d1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: e3b1f3c443c048913e2d573fcc5a9c2be3484a78
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 498a6060ef949f303bdc7d5fc5ef4de88ce0d3ed
4+
refs/heads/snap-stage3: af38726d8e5f9d0cdd6167d0d918bf86138833ce
55
refs/heads/try: a97642026c18a624ff6ea01075dd9550f8ed07ff
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/libstd/path/windows.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@ pub fn prefix(path: &Path) -> Option<PathPrefix> {
865865
path.prefix
866866
}
867867

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. `\\?\`
869869
#[inline]
870870
pub fn is_verbatim(path: &Path) -> bool {
871871
prefix_is_verbatim(path.prefix)
@@ -926,7 +926,6 @@ pub enum PathPrefix {
926926
DiskPrefix
927927
}
928928

929-
// FIXME (#8169): Make private once visibility is fixed
930929
fn parse_prefix<'a>(mut path: &'a str) -> Option<PathPrefix> {
931930
if path.starts_with("\\\\") {
932931
// \\

0 commit comments

Comments
 (0)