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

@ -74,7 +74,6 @@ features = [ "serde_serialization" ]
log = "0.3"
num = "0.1.24"
time = "0.1.17"
libc = "0.1"
gleam = "0.1"
euclid = "0.1"