Upgrade to edition. Bump up edition in Cargo.toml

This commit is contained in:
Yu Ding
2019-10-09 15:26:37 -07:00
parent 7f297eb064
commit adb469f627
35 changed files with 239 additions and 238 deletions

View File

@@ -15,8 +15,8 @@ use nix::sys::signal;
mod prolog;
use prolog::machine::*;
use prolog::read::*;
use crate::prolog::machine::*;
use crate::prolog::read::*;
use std::sync::atomic::Ordering;