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 f282f6b commit e598ea8Copy full SHA for e598ea8
src/libstd/path.rs
@@ -2202,7 +2202,7 @@ impl Path {
2202
/// beginning of the path. For example, `a/./b`, `a/b/`, `a/b/.` and
2203
/// `a/b` all have `a` and `b` as components, but `./a/b` starts with
2204
/// an additional [`CurDir`] component.
2205
- ///
+ ///
2206
/// * A trailing slash is normalized away, `/a/b` and `/a/b/` are equivalent.
2207
///
2208
/// Note that no other normalization takes place; in particular, `a/c`
0 commit comments