diff options
author | Josh Matthews <josh@joshmatthews.net> | 2022-04-01 00:36:48 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2022-04-01 00:36:48 -0400 |
commit | e57b9a3446eefa5d2ecbd1532e4c2cc21e4d76d1 (patch) | |
tree | 8118c26f70193109389edc8229ee8a592fb82bb4 /components | |
parent | e0248005ef2f2ed493a8898215e5245fe7a37560 (diff) | |
download | servo-e57b9a3446eefa5d2ecbd1532e4c2cc21e4d76d1.tar.gz servo-e57b9a3446eefa5d2ecbd1532e4c2cc21e4d76d1.zip |
Fix warnings.
Diffstat (limited to 'components')
-rw-r--r-- | components/script/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index 2fcae084fb6..8f458557a7c 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -2,8 +2,6 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ -#![feature(const_fn_fn_ptr_basics)] -#![feature(const_fn_trait_bound)] #![feature(core_intrinsics)] #![feature(drain_filter)] #![feature(plugin)] |