remove extra use in atomic

This commit is contained in:
AF 2023-07-30 19:11:58 +00:00
parent 138f6f2d24
commit 2077b8381a

View File

@ -11,7 +11,6 @@ pub mod plain;
use std::marker::PhantomData;
use crate::mode::*;
use crate::rcore::*;
use super::*;