diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2016-10-27 19:08:14 +0200 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2016-10-27 19:18:56 +0200 |
commit | d6479c6f0fa62ccde33252b385cafaee6aab49bc (patch) | |
tree | f16e7670bc8a131c89fc0bc424d37e0c0e8f2fc7 /components/util/lib.rs | |
parent | 6b40f97289c4c5a20b539992c3d511b3bf470f28 (diff) | |
download | servo-d6479c6f0fa62ccde33252b385cafaee6aab49bc.tar.gz servo-d6479c6f0fa62ccde33252b385cafaee6aab49bc.zip |
Update Rust to 1.14.0-nightly (c59cb71d9 2016-10-26)
Diffstat (limited to 'components/util/lib.rs')
-rw-r--r-- | components/util/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/util/lib.rs b/components/util/lib.rs index 931cd2dc1a5..36680583a4b 100644 --- a/components/util/lib.rs +++ b/components/util/lib.rs @@ -6,7 +6,6 @@ #![cfg_attr(feature = "servo", feature(nonzero))] #![cfg_attr(feature = "servo", feature(plugin))] #![cfg_attr(feature = "servo", feature(proc_macro))] -#![cfg_attr(feature = "servo", feature(reflect_marker))] #![cfg_attr(feature = "servo", feature(structural_match))] #![cfg_attr(feature = "servo", plugin(plugins))] |