Remove SliceConcatExt import

This commit is contained in:
Lzu Tao 2019-07-10 09:55:04 +07:00
parent 67fd5a4409
commit 3ea62d3527
2 changed files with 2 additions and 3 deletions

View file

@ -5,7 +5,7 @@ use rustc::ty::layout::{self, LayoutOf, Size};
use rustc::ty;
use crate::{
PlaceTy, OpTy, ImmTy, Immediate, Scalar, ScalarMaybeUndef, Tag,
PlaceTy, OpTy, ImmTy, Immediate, Scalar, Tag,
OperatorEvalContextExt
};

View file

@ -1,8 +1,7 @@
#![feature(slice_concat_ext, custom_test_frameworks)]
#![feature(custom_test_frameworks)]
// Custom test runner, to avoid libtest being wrapped around compiletest which wraps libtest.
#![test_runner(test_runner)]
use std::slice::SliceConcatExt;
use std::path::PathBuf;
use std::env;