removed drain_filter feature flag

This commit is contained in:
Jose Quesada 2023-01-02 08:28:05 -06:00
parent 9f8bcd6fb1
commit b894444b8d
2 changed files with 1 additions and 1 deletions

View file

@ -8,6 +8,7 @@ cfg_if! {
use rustc_hash::FxHasher;
use std::hash::BuildHasherDefault;
use wasm_bindgen::JsCast;
use drain_filter_polyfill::VecExt as VecDrainFilterExt;
type FxIndexSet<T> = indexmap::IndexSet<T, BuildHasherDefault<FxHasher>>;

View file

@ -1,5 +1,4 @@
#![deny(missing_docs)]
#![feature(drain_filter)]
#![cfg_attr(not(feature = "stable"), feature(fn_traits))]
#![cfg_attr(not(feature = "stable"), feature(unboxed_closures))]