Fix invalid linkage

This commit is contained in:
Guillaume Gomez
2017-04-21 16:09:28 +02:00
parent 295f25b198
commit d79b511f5c
9 changed files with 9 additions and 9 deletions

View File

@@ -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.