summary refs log tree commit diff
path: root/library/std/src/path.rs
diff options
context:
space:
mode:
authorCamelid <camelidcamel@gmail.com>2020-10-11 13:36:41 -0700
committerCamelid <camelidcamel@gmail.com>2020-12-31 11:54:32 -0800
commit0506789014f9aef9ffac7d7d1e22fa72c7b85ab7 (patch)
tree02c66b3ee2f512a827db02de52d81abfc55f3c72 /library/std/src/path.rs
parent44e3daf5eee8263dfc3a2509e78ddd1f6f783a0e (diff)
downloadrust-0506789014f9aef9ffac7d7d1e22fa72c7b85ab7.tar.gz
rust-0506789014f9aef9ffac7d7d1e22fa72c7b85ab7.zip
Remove many unnecessary manual link resolves from library
Now that #76934 has merged, we can remove a lot of these! E.g, this is
no longer necessary:

    [`Vec<T>`]: Vec
Diffstat (limited to 'library/std/src/path.rs')
-rw-r--r--library/std/src/path.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/src/path.rs b/library/std/src/path.rs
index 8a75c1d6058..243761e3897 100644
--- a/library/std/src/path.rs
+++ b/library/std/src/path.rs
@@ -1775,7 +1775,6 @@ impl Path {
     /// Any non-Unicode sequences are replaced with
     /// [`U+FFFD REPLACEMENT CHARACTER`][U+FFFD].
     ///
-    /// [`Cow<str>`]: Cow
     /// [U+FFFD]: super::char::REPLACEMENT_CHARACTER
     ///
     /// # Examples