std: Move size/align functions to std::mem. #2240
This commit is contained in:
parent
3fd0e3a77b
commit
34d376f3cf
46 changed files with 288 additions and 269 deletions
|
|
@ -425,7 +425,7 @@ mod tests {
|
|||
use super::{Exclusive, UnsafeArc, atomically};
|
||||
use task;
|
||||
use util;
|
||||
use sys::size_of;
|
||||
use mem::size_of;
|
||||
|
||||
//#[unsafe_no_drop_flag] FIXME: #9758
|
||||
#[ignore]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue