Allow incomplete feature (#517)

suppress the specialization feature warning
This commit is contained in:
Andrea Fioraldi 2022-02-02 17:55:46 +01:00 committed by GitHub
parent 3c4ec38d83
commit 465275aecb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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))]