diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2017-04-21 16:09:28 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2017-04-22 13:25:14 +0200 |
| commit | d79b511f5c0eb6092c1cc4c3fd41a673cf5e1d56 (patch) | |
| tree | b918e821794d4caf610817ddd9310dfada0b531c /src/libstd/path.rs | |
| parent | 295f25b19862eed40ed12e13db1afae1b4f41d35 (diff) | |
| download | rust-d79b511f5c0eb6092c1cc4c3fd41a673cf5e1d56.tar.gz rust-d79b511f5c0eb6092c1cc4c3fd41a673cf5e1d56.zip | |
Fix invalid linkage
Diffstat (limited to 'src/libstd/path.rs')
| -rw-r--r-- | src/libstd/path.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/path.rs b/src/libstd/path.rs index 15bc74a8340..9d66430bc93 100644 --- a/src/libstd/path.rs +++ b/src/libstd/path.rs @@ -10,7 +10,7 @@ //! Cross-platform path manipulation. //! -//! This module provides two types, [`PathBuf`] and [`Path`] (akin to [`String`] +//! This module provides two types, [`PathBuf`] and [`Path`][`Path`] (akin to [`String`] //! and [`str`]), for working with paths abstractly. These types are thin wrappers //! around [`OsString`] and [`OsStr`] respectively, meaning that they work directly //! on strings according to the local platform's path syntax. |
