File tree 3 files changed +6
-7
lines changed
3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -49,13 +49,13 @@ pub mod rust_2021 {
49
49
/// The 2024 edition of the core prelude.
50
50
///
51
51
/// See the [module-level documentation](self) for more.
52
- #[ unstable( feature = "prelude_2024" , issue = "none " ) ]
52
+ #[ unstable( feature = "prelude_2024" , issue = "121042 " ) ]
53
53
pub mod rust_2024 {
54
- #[ unstable( feature = "prelude_2024" , issue = "none " ) ]
54
+ #[ unstable( feature = "prelude_2024" , issue = "121042 " ) ]
55
55
#[ doc( no_inline) ]
56
56
pub use super :: rust_2021:: * ;
57
57
58
- #[ unstable( feature = "prelude_2024" , issue = "none " ) ]
58
+ #[ unstable( feature = "prelude_2024" , issue = "121042 " ) ]
59
59
#[ doc( no_inline) ]
60
60
pub use crate :: future:: { Future , IntoFuture } ;
61
61
}
Original file line number Diff line number Diff line change @@ -132,13 +132,13 @@ pub mod rust_2021 {
132
132
/// The 2024 version of the prelude of The Rust Standard Library.
133
133
///
134
134
/// See the [module-level documentation](self) for more.
135
- #[ unstable( feature = "prelude_2024" , issue = "none " ) ]
135
+ #[ unstable( feature = "prelude_2024" , issue = "121042 " ) ]
136
136
pub mod rust_2024 {
137
- #[ unstable( feature = "prelude_2024" , issue = "none " ) ]
137
+ #[ unstable( feature = "prelude_2024" , issue = "121042 " ) ]
138
138
#[ doc( no_inline) ]
139
139
pub use super :: v1:: * ;
140
140
141
- #[ unstable( feature = "prelude_2024" , issue = "none " ) ]
141
+ #[ unstable( feature = "prelude_2024" , issue = "121042 " ) ]
142
142
#[ doc( no_inline) ]
143
143
pub use core:: prelude:: rust_2024:: * ;
144
144
}
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ const ENTRY_LIMIT: usize = 900;
16
16
// FIXME: The following limits should be reduced eventually.
17
17
18
18
const ISSUES_ENTRY_LIMIT : usize = 1781 ;
19
-
20
19
const ROOT_ENTRY_LIMIT : usize = 872 ;
21
20
22
21
const EXPECTED_TEST_FILE_EXTENSIONS : & [ & str ] = & [
You can’t perform that action at this time.
0 commit comments