diff --git a/libafl/src/lib.rs b/libafl/src/lib.rs index 5b8d7e69af..07151e6a0a 100644 --- a/libafl/src/lib.rs +++ b/libafl/src/lib.rs @@ -2,6 +2,7 @@ Welcome to `LibAFL` */ +#![allow(incomplete_features)] #![cfg_attr(not(feature = "std"), no_std)] // For `type_eq` #![cfg_attr(unstable_feature, feature(specialization))]