Skip to content

Commit

Permalink
Update test_impls_core_cell.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
indietyp authored Apr 9, 2023
1 parent 8fbfad9 commit 61a5937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/deer/tests/test_impls_core_cell.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![feature(sync_unsafe_cell)]
#![cfg_attr(nightly, feature(sync_unsafe_cell))]
use core::cell::{Cell, RefCell, UnsafeCell};
#[cfg(nightly)]
use core::cell::{OnceCell, SyncUnsafeCell};
Expand Down

0 comments on commit 61a5937

Please sign in to comment.