auto merge of #5362 : Ms2ger/servo/layout-old-path, r=jdm

This commit is contained in:
bors-servo 2015-03-25 17:03:49 -06:00
commit 04d78b6fdb
2 changed files with 1 additions and 3 deletions

View file

@ -126,7 +126,6 @@ pub fn end_trace() {
root_scope.post = json::encode(&flow::base(&*task_state.flow_root)).unwrap();
let result = json::encode(&root_scope).unwrap();
let path = Path::new("layout_trace.json");
let mut file = File::create(&path).unwrap();
let mut file = File::create("layout_trace.json").unwrap();
file.write_all(result.as_bytes()).unwrap();
}

View file

@ -8,7 +8,6 @@
#![feature(core)]
#![feature(int_uint)]
#![feature(io)]
#![feature(old_path)]
#![feature(plugin)]
#![feature(rustc_private)]
#![feature(std_misc)]