committed by
Benoît du Garreau
parent
d3e2ffcbc6
commit
fe7d7c2004
@@ -428,7 +428,7 @@ impl<T, A: Allocator> RawVec<T, A> {
|
|||||||
|
|
||||||
let ptr = unsafe {
|
let ptr = unsafe {
|
||||||
// `Layout::array` cannot overflow here because it would have
|
// `Layout::array` cannot overflow here because it would have
|
||||||
// owerflown earlier when capacity was larger.
|
// overflowed earlier when capacity was larger.
|
||||||
let new_layout = Layout::array::<T>(cap).unwrap_unchecked();
|
let new_layout = Layout::array::<T>(cap).unwrap_unchecked();
|
||||||
self.alloc
|
self.alloc
|
||||||
.shrink(ptr, layout, new_layout)
|
.shrink(ptr, layout, new_layout)
|
||||||
|
|||||||
Reference in New Issue
Block a user