summary refs log tree commit diff
path: root/library/std/src/primitive_docs.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/primitive_docs.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/primitive_docs.rs')
-rw-r--r--library/std/src/primitive_docs.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/library/std/src/primitive_docs.rs b/library/std/src/primitive_docs.rs
index ec12e9f09d8..0677a5f6715 100644
--- a/library/std/src/primitive_docs.rs
+++ b/library/std/src/primitive_docs.rs
@@ -184,9 +184,6 @@ mod prim_bool {}
 /// because `!` coerces to `Result<!, ConnectionError>` automatically.
 ///
 /// [`String::from_str`]: str::FromStr::from_str
-/// [`Result<String, !>`]: Result
-/// [`Result<T, !>`]: Result
-/// [`Result<!, E>`]: Result
 /// [`String`]: string::String
 /// [`FromStr`]: str::FromStr
 ///