Upgrade to rust 2018
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
extern crate dirs;
|
||||
extern crate notify_rust;
|
||||
extern crate hyper;
|
||||
|
||||
use std::io;
|
||||
use std::process::{Command, ExitStatus};
|
||||
use std::path::PathBuf;
|
||||
|
||||
@@ -18,7 +18,6 @@ use mars::{GeneralBuilder, builder_arguments_from_string};
|
||||
|
||||
fn main() {
|
||||
|
||||
|
||||
let (tx, rx) = mpsc::channel();
|
||||
|
||||
let tasks = Arc::new(Mutex::new(vec![]));
|
||||
|
||||
Reference in New Issue
Block a user