提交 9093188a 编写于 作者: S Scott Olson

Clean up useless `pub use`.

上级 2a5029ed
......@@ -16,10 +16,7 @@
use lvalue::{Global, GlobalId, Lvalue, LvalueExtra};
use memory::{Memory, Pointer};
use operator;
use value::{PrimVal, PrimValKind};
// FIXME(solson): Remove this.
pub use value::Value;
use value::{PrimVal, PrimValKind, Value};
pub type MirRef<'tcx> = Ref<'tcx, mir::Mir<'tcx>>;
......
......@@ -43,7 +43,6 @@
Frame,
ResourceLimits,
StackPopCleanup,
Value,
eval_main,
run_mir_passes,
};
......@@ -62,4 +61,5 @@
pub use value::{
PrimVal,
PrimValKind,
Value,
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册