script codegen: Avoid modifying in-place a generated file.

This commit is contained in:
Simon Sapin 2017-01-19 17:13:35 +01:00
parent 71fb02953c
commit 0b9ff576e0
5 changed files with 29 additions and 34 deletions

1
Cargo.lock generated
View file

@ -2299,6 +2299,7 @@ dependencies = [
"script_traits 0.0.1",
"selectors 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 0.8.20 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)",
"servo_atoms 0.0.1",
"servo_config 0.0.1",
"servo_geometry 0.0.1",