Convert a bunch of intra-doc links

This commit is contained in:
Camelid
2020-11-07 12:22:24 -08:00
parent b2d115f6db
commit 8258cf285f
12 changed files with 55 additions and 71 deletions

View File

@@ -255,7 +255,7 @@ impl<T: 'static> LocalKey<T> {
///
/// This will lazily initialize the value if this thread has not referenced
/// this key yet. If the key has been destroyed (which may happen if this is called
/// in a destructor), this function will return an [`AccessError`](struct.AccessError.html).
/// in a destructor), this function will return an [`AccessError`].
///
/// # Panics
///