Skip to content

Commit 9f200d7

Browse files
committed
Fix alloctests again
1 parent fac8837 commit 9f200d7

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
@@ -64,10 +64,10 @@
6464
extern crate alloc as realalloc;
6565

6666
// This is needed to provide macros to the directly imported alloc modules below.
67+
extern crate std;
6768
#[prelude_import]
6869
#[allow(unused_imports)]
6970
use std::prelude::rust_2024::*;
70-
extern crate std;
7171

7272
#[cfg(test)]
7373
extern crate test;

0 commit comments

Comments
 (0)