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

Clean up useless `pub use`.

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