Fix unused import error on Windows.

This commit is contained in:
losfair 2019-06-26 12:56:37 +08:00
parent 1bdf0d5ad7
commit f81464142a

View File

@ -1,5 +1,5 @@
use std::collections::BTreeMap;
use std::ops::Bound::{Excluded, Included, Unbounded};
use std::ops::Bound::{Included, Unbounded};
#[derive(Copy, Clone, Debug, Eq, PartialEq, Hash)]
pub struct RegisterIndex(pub usize);
@ -328,6 +328,7 @@ pub mod x64 {
use crate::structures::TypedIndex;
use crate::types::LocalGlobalIndex;
use crate::vm::Ctx;
use std::ops::Bound::Excluded;
pub fn new_machine_state() -> MachineState {
MachineState {