Resolves #5478 - use std::process::exit instead of lib::exit in constellation.rs

This commit is contained in:
David Rajchenbach-Teller 2015-08-06 11:51:40 +02:00
parent b9dcd49778
commit d2a3a68170
4 changed files with 2 additions and 5 deletions

View file

@ -35,7 +35,6 @@ extern crate util;
extern crate gleam;
extern crate clipboard;
extern crate libc;
extern crate time;
extern crate url;