aboutsummaryrefslogtreecommitdiffstats
path: root/components/gfx/lib.rs
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2018-05-18 11:44:47 -0500
committerJosh Matthews <josh@joshmatthews.net>2018-05-18 11:44:47 -0500
commite7979380bafbb484ea63f7ad5f338b266a6bc0a5 (patch)
tree1fa4903319fcd9a16b037069283109d5787ffa9a /components/gfx/lib.rs
parenta8bdd44ecea6dc6cd553f80e31d1705e3f34c559 (diff)
downloadservo-e7979380bafbb484ea63f7ad5f338b266a6bc0a5.tar.gz
servo-e7979380bafbb484ea63f7ad5f338b266a6bc0a5.zip
Revert "Upgrade to rustc 1.27.0-nightly (8a37c75a3 2018-05-02)"
This reverts commit 46ad8110172cfc9d8d420e8eb41863f3d394e24d.
Diffstat (limited to 'components/gfx/lib.rs')
-rw-r--r--components/gfx/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/gfx/lib.rs b/components/gfx/lib.rs
index 156170c40cf..9b1b455b6a4 100644
--- a/components/gfx/lib.rs
+++ b/components/gfx/lib.rs
@@ -2,6 +2,9 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+// For SIMD
+#![cfg_attr(feature = "unstable", feature(cfg_target_feature))]
+
#![deny(unsafe_code)]
extern crate app_units;