mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Stop using unstable 'unique' feature
The `Unique` wrapper was only needed to provide the `Sync` trait.
This commit is contained in:
parent
f31c8e6673
commit
2795e5fa9c
2 changed files with 8 additions and 5 deletions
|
@ -7,7 +7,6 @@
|
|||
#![feature(box_syntax)]
|
||||
#![feature(cfg_target_feature)]
|
||||
#![feature(range_contains)]
|
||||
#![feature(unique)]
|
||||
|
||||
#![deny(unsafe_code)]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue