Skip to content

Commit 43f6555

Browse files
authored
Rollup merge of rust-lang#119836 - hi-rustin:rustin-patch-docs-blank-line, r=ChrisDenton
chore: remove unnecessary blank line It seems no need to add an unnecessary line here.
2 parents d3a4034 + a29b2b0 commit 43f6555

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

alloc/src/raw_vec.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,6 @@ fn handle_reserve(result: Result<(), TryReserveError>) {
552552
// `> isize::MAX` bytes will surely fail. On 32-bit and 16-bit we need to add
553553
// an extra guard for this in case we're running on a platform which can use
554554
// all 4GB in user-space, e.g., PAE or x32.
555-
556555
#[inline]
557556
fn alloc_guard(alloc_size: usize) -> Result<(), TryReserveError> {
558557
if usize::BITS < 64 && alloc_size > isize::MAX as usize {

0 commit comments

Comments
 (0)