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 @@
|
||||
//! up to a certain length. Eventually we should able to generalize
|
||||
//! to all lengths.
|
||||
//!
|
||||
//! *[See also the array primitive type](../primitive.array.html).*
|
||||
//! *[See also the array primitive type](../../std/primitive.array.html).*
|
||||
|
||||
#![unstable(feature = "fixed_size_array",
|
||||
reason = "traits and impls are better expressed through generic \
|
||||
|
||||
Reference in New Issue
Block a user