Remove redundant link texts

This commit is contained in:
Matthew Kraai
2019-12-26 05:04:46 -08:00
parent c0b16b4e6a
commit 21e636f188
15 changed files with 17 additions and 17 deletions

View File

@@ -2,7 +2,7 @@
//! Cross-platform path manipulation.
//!
//! This module provides two types, [`PathBuf`] and [`Path`][`Path`] (akin to [`String`]
//! This module provides two types, [`PathBuf`] and [`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.