mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 14:54:16 +00:00
removed drain_filter
feature flag
This commit is contained in:
parent
9f8bcd6fb1
commit
b894444b8d
2 changed files with 1 additions and 1 deletions
|
@ -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>>;
|
||||
|
||||
|
|
|
@ -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))]
|
||||
|
||||
|
|
Loading…
Reference in a new issue