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"
66license = " MIT OR Apache-2.0"
77repository = " https://github.com/rust-lang/rust.git"
88description = " The Rust Standard Library"
9- edition = " 2021 "
9+ edition = " 2024 "
1010autobenches = false
1111
1212[lib ]
Original file line number Diff line number Diff line change @@ -1064,7 +1064,7 @@ mod move_keyword {}
10641064/// ```rust,compile_fail,E0502
10651065/// let mut v = vec![0, 1];
10661066/// let mut_ref_v = &mut v;
1067- /// ##[allow(unused)]
1067+ /// # #[allow(unused)]
10681068/// let ref_v = &v;
10691069/// mut_ref_v.push(2);
10701070/// ```
Original file line number Diff line number Diff line change @@ -531,7 +531,7 @@ impl<'a> ProcThreadAttributeListBuilder<'a> {
531531 /// pub Y: i16,
532532 /// }
533533 ///
534- /// extern "system" {
534+ /// unsafe extern "system" {
535535 /// fn CreatePipe(
536536 /// hreadpipe: *mut HANDLE,
537537 /// hwritepipe: *mut HANDLE,
You can’t perform that action at this time.
0 commit comments