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

@ -178,7 +178,6 @@ dependencies = [
"ipc-channel 0.1.0 (git+https://github.com/pcwalton/ipc-channel)",
"layers 0.1.0 (git+https://github.com/servo/rust-layers)",
"layout_traits 0.0.1",
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"msg 0.0.1",
"net 0.0.1",