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
This commit is contained in:
parent
44e3daf5ee
commit
0506789014
13 changed files with 0 additions and 37 deletions
|
@ -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
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue