Added feature flag to use cell_update
This commit is contained in:
parent
d9d02fa168
commit
7e443a1ffc
@ -1,6 +1,10 @@
|
||||
#![feature(cell_update)]
|
||||
|
||||
use super::*;
|
||||
use std::cell::Cell;
|
||||
|
||||
|
||||
|
||||
#[test]
|
||||
fn allocator_param() {
|
||||
use crate::alloc::AllocErr;
|
||||
|
Loading…
Reference in New Issue
Block a user