Stop using unstable 'unique' feature

The `Unique` wrapper was only needed to provide the `Sync` trait.
This commit is contained in:
Matt Brubeck 2017-09-20 13:26:40 -07:00
parent f31c8e6673
commit 2795e5fa9c
2 changed files with 8 additions and 5 deletions

View file

@ -7,7 +7,6 @@
#![feature(box_syntax)]
#![feature(cfg_target_feature)]
#![feature(range_contains)]
#![feature(unique)]
#![deny(unsafe_code)]