layout: Only specify parking_lot's nightly feature in layout_thread.

This makes necessary only one line change to remove it if needed.
This commit is contained in:
Emilio Cobos Álvarez 2016-11-12 21:34:31 +01:00
parent 290a1696dc
commit 5746a942c6
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ gecko = ["nsstring_vendor"]
servo = ["serde/unstable", "serde", "serde_derive", "heapsize_derive",
"style_traits/servo", "app_units/plugins", "servo_atoms", "html5ever-atoms",
"cssparser/heap_size", "cssparser/serde-serialization",
"url/heap_size", "plugins", "parking_lot/nightly"]
"url/heap_size", "plugins"]
testing = []
[dependencies]