Fix broken links for core primitives
Redirects existing links for more details on primitive types in the `core` module to the ones that exist in the `std` module.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
//! Raw, unsafe pointers, `*const T`, and `*mut T`
|
||||
//!
|
||||
//! *[See also the pointer primitive types](../primitive.pointer.html).*
|
||||
//! *[See also the pointer primitive types](../../std/primitive.pointer.html).*
|
||||
|
||||
#![stable(feature = "rust1", since = "1.0.0")]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user