Skip to content

Commit 5de9170

Browse files
committed
Fix alloctests again
1 parent abf58e2 commit 5de9170

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
@@ -68,10 +68,10 @@
6868
extern crate alloc as realalloc;
6969

7070
// This is needed to provide macros to the directly imported alloc modules below.
71+
extern crate std;
7172
#[prelude_import]
7273
#[allow(unused_imports)]
7374
use std::prelude::rust_2024::*;
74-
extern crate std;
7575

7676
#[cfg(test)]
7777
extern crate test;

0 commit comments

Comments
 (0)