File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ pub mod v1;
10
10
11
11
/// The 2015 version of the core prelude.
12
12
///
13
- /// See the [module-level documentation](../index.html ) for more.
13
+ /// See the [module-level documentation](self ) for more.
14
14
#[ unstable( feature = "prelude_2015" , issue = "none" ) ]
15
15
pub mod rust_2015 {
16
16
#[ unstable( feature = "prelude_2015" , issue = "none" ) ]
@@ -20,7 +20,7 @@ pub mod rust_2015 {
20
20
21
21
/// The 2018 version of the core prelude.
22
22
///
23
- /// See the [module-level documentation](../index.html ) for more.
23
+ /// See the [module-level documentation](self ) for more.
24
24
#[ unstable( feature = "prelude_2018" , issue = "none" ) ]
25
25
pub mod rust_2018 {
26
26
#[ unstable( feature = "prelude_2018" , issue = "none" ) ]
@@ -30,7 +30,7 @@ pub mod rust_2018 {
30
30
31
31
/// The 2021 version of the core prelude.
32
32
///
33
- /// See the [module-level documentation](../index.html ) for more.
33
+ /// See the [module-level documentation](self ) for more.
34
34
#[ unstable( feature = "prelude_2021" , issue = "none" ) ]
35
35
pub mod rust_2021 {
36
36
#[ unstable( feature = "prelude_2021" , issue = "none" ) ]
Original file line number Diff line number Diff line change 1
1
//! The first version of the core prelude.
2
2
//!
3
- //! See the [module-level documentation](../index.html ) for more.
3
+ //! See the [module-level documentation](super ) for more.
4
4
5
5
#![ stable( feature = "core_prelude" , since = "1.4.0" ) ]
6
6
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ pub mod v1;
87
87
88
88
/// The 2015 version of the prelude of The Rust Standard Library.
89
89
///
90
- /// See the [module-level documentation](../index.html ) for more.
90
+ /// See the [module-level documentation](self ) for more.
91
91
#[ unstable( feature = "prelude_2015" , issue = "none" ) ]
92
92
pub mod rust_2015 {
93
93
#[ unstable( feature = "prelude_2015" , issue = "none" ) ]
@@ -97,7 +97,7 @@ pub mod rust_2015 {
97
97
98
98
/// The 2018 version of the prelude of The Rust Standard Library.
99
99
///
100
- /// See the [module-level documentation](../index.html ) for more.
100
+ /// See the [module-level documentation](self ) for more.
101
101
#[ unstable( feature = "prelude_2018" , issue = "none" ) ]
102
102
pub mod rust_2018 {
103
103
#[ unstable( feature = "prelude_2018" , issue = "none" ) ]
@@ -107,7 +107,7 @@ pub mod rust_2018 {
107
107
108
108
/// The 2021 version of the prelude of The Rust Standard Library.
109
109
///
110
- /// See the [module-level documentation](../index.html ) for more.
110
+ /// See the [module-level documentation](self ) for more.
111
111
#[ unstable( feature = "prelude_2021" , issue = "none" ) ]
112
112
pub mod rust_2021 {
113
113
#[ unstable( feature = "prelude_2021" , issue = "none" ) ]
Original file line number Diff line number Diff line change 1
1
//! The first version of the prelude of The Rust Standard Library.
2
2
//!
3
- //! See the [module-level documentation](../index.html ) for more.
3
+ //! See the [module-level documentation](super ) for more.
4
4
5
5
#![ stable( feature = "rust1" , since = "1.0.0" ) ]
6
6
You can’t perform that action at this time.
0 commit comments