Switch most crates to the 2018 edition

This commit is contained in:
Simon Sapin 2018-11-01 19:15:13 +01:00
parent 76e59a46d3
commit 9f9bf8f6bc
57 changed files with 82 additions and 28 deletions

View file

@ -3,6 +3,7 @@ name = "deny_public_fields_tests"
version = "0.0.1"
authors = ["The Servo Project Developers"]
license = "MPL-2.0"
edition = "2018"
[lib]
path = "lib.rs"

View file

@ -3,6 +3,7 @@ name = "malloc_size_of_tests"
version = "0.0.1"
authors = ["The Servo Project Developers"]
license = "MPL-2.0"
edition = "2018"
[lib]
path = "lib.rs"

View file

@ -3,6 +3,7 @@ name = "metrics_tests"
version = "0.0.1"
authors = ["The Servo Project Developers"]
license = "MPL-2.0"
edition = "2018"
[lib]
name = "metrics_tests"

View file

@ -3,6 +3,7 @@ name = "profile_tests"
version = "0.0.1"
authors = ["The Servo Project Developers"]
license = "MPL-2.0"
edition = "2018"
[lib]
name = "profile_tests"

View file

@ -3,6 +3,7 @@ name = "script_tests"
version = "0.0.1"
authors = ["The Servo Project Developers"]
license = "MPL-2.0"
edition = "2018"
[lib]
name = "script_tests"

View file

@ -3,6 +3,7 @@ name = "script_plugins_tests"
version = "0.0.1"
authors = ["The Servo Project Developers"]
license = "MPL-2.0"
edition = "2018"
[lib]
path = "lib.rs"