File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ version = "0.0.0"
6
6
license = " MIT OR Apache-2.0"
7
7
repository = " https://github.com/rust-lang/rust.git"
8
8
description = " The Rust Standard Library"
9
- edition = " 2021 "
9
+ edition = " 2024 "
10
10
autobenches = false
11
11
12
12
[lib ]
Original file line number Diff line number Diff line change @@ -1064,7 +1064,7 @@ mod move_keyword {}
1064
1064
/// ```rust,compile_fail,E0502
1065
1065
/// let mut v = vec![0, 1];
1066
1066
/// let mut_ref_v = &mut v;
1067
- /// ##[allow(unused)]
1067
+ /// # #[allow(unused)]
1068
1068
/// let ref_v = &v;
1069
1069
/// mut_ref_v.push(2);
1070
1070
/// ```
Original file line number Diff line number Diff line change @@ -531,7 +531,7 @@ impl<'a> ProcThreadAttributeListBuilder<'a> {
531
531
/// pub Y: i16,
532
532
/// }
533
533
///
534
- /// extern "system" {
534
+ /// unsafe extern "system" {
535
535
/// fn CreatePipe(
536
536
/// hreadpipe: *mut HANDLE,
537
537
/// hwritepipe: *mut HANDLE,
You can’t perform that action at this time.
0 commit comments