Use intra-doc links.
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
This commit is contained in:
parent
d274d87e10
commit
76fd8d7e74
@ -10,7 +10,7 @@ pub mod v1;
|
|||||||
|
|
||||||
/// The 2015 version of the core prelude.
|
/// The 2015 version of the core prelude.
|
||||||
///
|
///
|
||||||
/// See the [module-level documentation](../index.html) for more.
|
/// See the [module-level documentation](self) for more.
|
||||||
#[unstable(feature = "prelude_2015", issue = "none")]
|
#[unstable(feature = "prelude_2015", issue = "none")]
|
||||||
pub mod rust_2015 {
|
pub mod rust_2015 {
|
||||||
#[unstable(feature = "prelude_2015", issue = "none")]
|
#[unstable(feature = "prelude_2015", issue = "none")]
|
||||||
@ -20,7 +20,7 @@ pub mod rust_2015 {
|
|||||||
|
|
||||||
/// The 2018 version of the core prelude.
|
/// The 2018 version of the core prelude.
|
||||||
///
|
///
|
||||||
/// See the [module-level documentation](../index.html) for more.
|
/// See the [module-level documentation](self) for more.
|
||||||
#[unstable(feature = "prelude_2018", issue = "none")]
|
#[unstable(feature = "prelude_2018", issue = "none")]
|
||||||
pub mod rust_2018 {
|
pub mod rust_2018 {
|
||||||
#[unstable(feature = "prelude_2018", issue = "none")]
|
#[unstable(feature = "prelude_2018", issue = "none")]
|
||||||
@ -30,7 +30,7 @@ pub mod rust_2018 {
|
|||||||
|
|
||||||
/// The 2021 version of the core prelude.
|
/// The 2021 version of the core prelude.
|
||||||
///
|
///
|
||||||
/// See the [module-level documentation](../index.html) for more.
|
/// See the [module-level documentation](self) for more.
|
||||||
#[unstable(feature = "prelude_2021", issue = "none")]
|
#[unstable(feature = "prelude_2021", issue = "none")]
|
||||||
pub mod rust_2021 {
|
pub mod rust_2021 {
|
||||||
#[unstable(feature = "prelude_2021", issue = "none")]
|
#[unstable(feature = "prelude_2021", issue = "none")]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
//! The first version of the core prelude.
|
//! The first version of the core prelude.
|
||||||
//!
|
//!
|
||||||
//! See the [module-level documentation](../index.html) for more.
|
//! See the [module-level documentation](super) for more.
|
||||||
|
|
||||||
#![stable(feature = "core_prelude", since = "1.4.0")]
|
#![stable(feature = "core_prelude", since = "1.4.0")]
|
||||||
|
|
||||||
|
@ -87,7 +87,7 @@ pub mod v1;
|
|||||||
|
|
||||||
/// The 2015 version of the prelude of The Rust Standard Library.
|
/// The 2015 version of the prelude of The Rust Standard Library.
|
||||||
///
|
///
|
||||||
/// See the [module-level documentation](../index.html) for more.
|
/// See the [module-level documentation](self) for more.
|
||||||
#[unstable(feature = "prelude_2015", issue = "none")]
|
#[unstable(feature = "prelude_2015", issue = "none")]
|
||||||
pub mod rust_2015 {
|
pub mod rust_2015 {
|
||||||
#[unstable(feature = "prelude_2015", issue = "none")]
|
#[unstable(feature = "prelude_2015", issue = "none")]
|
||||||
@ -97,7 +97,7 @@ pub mod rust_2015 {
|
|||||||
|
|
||||||
/// The 2018 version of the prelude of The Rust Standard Library.
|
/// The 2018 version of the prelude of The Rust Standard Library.
|
||||||
///
|
///
|
||||||
/// See the [module-level documentation](../index.html) for more.
|
/// See the [module-level documentation](self) for more.
|
||||||
#[unstable(feature = "prelude_2018", issue = "none")]
|
#[unstable(feature = "prelude_2018", issue = "none")]
|
||||||
pub mod rust_2018 {
|
pub mod rust_2018 {
|
||||||
#[unstable(feature = "prelude_2018", issue = "none")]
|
#[unstable(feature = "prelude_2018", issue = "none")]
|
||||||
@ -107,7 +107,7 @@ pub mod rust_2018 {
|
|||||||
|
|
||||||
/// The 2021 version of the prelude of The Rust Standard Library.
|
/// The 2021 version of the prelude of The Rust Standard Library.
|
||||||
///
|
///
|
||||||
/// See the [module-level documentation](../index.html) for more.
|
/// See the [module-level documentation](self) for more.
|
||||||
#[unstable(feature = "prelude_2021", issue = "none")]
|
#[unstable(feature = "prelude_2021", issue = "none")]
|
||||||
pub mod rust_2021 {
|
pub mod rust_2021 {
|
||||||
#[unstable(feature = "prelude_2021", issue = "none")]
|
#[unstable(feature = "prelude_2021", issue = "none")]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
//! The first version of the prelude of The Rust Standard Library.
|
//! The first version of the prelude of The Rust Standard Library.
|
||||||
//!
|
//!
|
||||||
//! See the [module-level documentation](../index.html) for more.
|
//! See the [module-level documentation](super) for more.
|
||||||
|
|
||||||
#![stable(feature = "rust1", since = "1.0.0")]
|
#![stable(feature = "rust1", since = "1.0.0")]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user