Skip to content

Commit ae878b7

Browse files
committed
Fix alloctests again
1 parent 73a9c3e commit ae878b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/alloctests/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@
7171
extern crate alloc as realalloc;
7272

7373
// This is needed to provide macros to the directly imported alloc modules below.
74+
extern crate std;
7475
#[prelude_import]
7576
#[allow(unused_imports)]
7677
use std::prelude::rust_2024::*;
77-
extern crate std;
7878

7979
#[cfg(test)]
8080
extern crate test;

0 commit comments

Comments
 (0)