allow incomplete features for now

This commit is contained in:
Deadbeef 2021-07-26 16:53:36 +08:00
parent 7ea0280aa9
commit 8c2a1e8e43
No known key found for this signature in database
GPG Key ID: 027DF9338862ADDD

View File

@ -25,6 +25,8 @@
#![feature(string_remove_matches)]
#![feature(const_btree_new)]
#![feature(const_trait_impl)]
// FIXME remove this when const_trait_impl is not incomplete anymore
#![allow(incomplete_features)]
use std::collections::hash_map::DefaultHasher;
use std::hash::{Hash, Hasher};