mirror of
https://github.com/encounter/objdiff.git
synced 2025-12-09 05:27:47 +00:00
Migrate to Rust edition 2024
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
//! this is defined as a "weak" symbol. This means that other definitions are
|
||||
//! allowed to overwrite it if they are present in a compilation.
|
||||
|
||||
use alloc::{alloc, Layout};
|
||||
use alloc::{Layout, alloc};
|
||||
use core::ptr;
|
||||
|
||||
#[used]
|
||||
|
||||
Reference in New Issue
Block a user