]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_mir/interpret/operator.rs
Auto merge of #59507 - nnethercote:indent-with-SPACES, r=petrochenkov
[rust.git] / src / librustc_mir / interpret / operator.rs
index ca93007788e0342ef9a8bb54931f90aa99b510a6..488f81d8f740ec776ff4897ffd1620a0fe0f7299 100644 (file)
@@ -331,8 +331,6 @@ pub fn unary_op(
         val: ImmTy<'tcx, M::PointerTag>,
     ) -> EvalResult<'tcx, Scalar<M::PointerTag>> {
         use rustc::mir::UnOp::*;
-        use rustc_apfloat::ieee::{Single, Double};
-        use rustc_apfloat::Float;
 
         let layout = val.layout;
         let val = val.to_scalar()?;