]> git.lizzy.rs Git - rust.git/blobdiff - library/std/src/path.rs
Auto merge of #106884 - clubby789:fieldless-enum-debug, r=michaelwoerister
[rust.git] / library / std / src / path.rs
index a2dcee0e2bdb26ef252f04cd8feee8d217b27683..c3593264e520b3243f98c01cbf80f12e9fa0b44c 100644 (file)
@@ -607,7 +607,7 @@ pub struct Components<'a> {
 
     // true if path *physically* has a root separator; for most Windows
     // prefixes, it may have a "logical" root separator for the purposes of
-    // normalization, e.g.,  \\server\share == \\server\share\.
+    // normalization, e.g., \\server\share == \\server\share\.
     has_physical_root: bool,
 
     // The iterator is double-ended, and these two states keep track of what has