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`
|
Welcome to `LibAFL`
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#![allow(incomplete_features)]
|
||||||
#![cfg_attr(not(feature = "std"), no_std)]
|
#![cfg_attr(not(feature = "std"), no_std)]
|
||||||
// For `type_eq`
|
// For `type_eq`
|
||||||
#![cfg_attr(unstable_feature, feature(specialization))]
|
#![cfg_attr(unstable_feature, feature(specialization))]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user