Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit cd6d5bc

Browse files
committed
Use old module name
1 parent c693213 commit cd6d5bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

src/alloc/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ pub use liballoc::alloc::{handle_alloc_error, Layout};
1313
#[cfg(feature = "std")]
1414
use std::alloc::System;
1515

16-
mod panic_adaptor;
17-
pub use self::panic_adaptor::AbortAlloc;
16+
mod abort;
17+
pub use self::abort::AbortAlloc;
1818

1919
/// Allocate memory with the global allocator.
2020
///

0 commit comments

Comments
 (0)