Skip to content

Commit 129a93d

Browse files
authored
Merge pull request #4608 from rust-lang/rustup-2025-09-29
Automatic Rustup
2 parents 01cd56f + d9f832a commit 129a93d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
848e6746fe03dfd703075c5077312b63877d51d6
1+
f957826bff7a68b267ce75b1ea56352aed0cca0a

tests/pass/both_borrows/smallvec.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ impl<T, const N: usize> RawSmallVec<T, N> {
2525
}
2626

2727
const fn as_mut_ptr_inline(&mut self) -> *mut T {
28-
(unsafe { &raw mut self.inline }) as *mut T
28+
&raw mut self.inline as *mut T
2929
}
3030

3131
const unsafe fn as_mut_ptr_heap(&mut self) -> *mut T {

0 commit comments

Comments
 (0)