diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2020-04-15 17:54:04 +0200 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2020-04-15 17:54:04 +0200 |
commit | 6175a68c102218d0de18b67343ad14cfc193b18d (patch) | |
tree | 46de4cc1158fa10951b879d098bf73163025a863 /components/script/lib.rs | |
parent | 7f975c3d5d1a9b36a05736a7b6425b56a73ef760 (diff) | |
download | servo-6175a68c102218d0de18b67343ad14cfc193b18d.tar.gz servo-6175a68c102218d0de18b67343ad14cfc193b18d.zip |
Replace a `transmute` with `.to_ne_bytes()` + constructor
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index 8637411d89c..4eeca229e01 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -3,7 +3,6 @@ * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ #![feature(const_fn)] -#![feature(const_transmute)] #![feature(core_intrinsics)] #![feature(drain_filter)] #![feature(plugin)] |