Allow incomplete feature (#517)
suppress the specialization feature warning
This commit is contained in:
parent
3c4ec38d83
commit
465275aecb
@ -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))]
|
||||
|
Loading…
x
Reference in New Issue
Block a user