core_intrinsics is now also marked as internal feature, so fix the warning
This commit is contained in:
parent
cf89c1934c
commit
96888d814f
@ -5,7 +5,12 @@
|
|||||||
// lang_items is an internal feature. `internal_features` lint is added recently
|
// lang_items is an internal feature. `internal_features` lint is added recently
|
||||||
// so also allow unknown lints to prevent warning in older nightly versions.
|
// so also allow unknown lints to prevent warning in older nightly versions.
|
||||||
#![cfg_attr(
|
#![cfg_attr(
|
||||||
any(feature = "personality", feature = "personality-dummy"),
|
any(
|
||||||
|
feature = "personality",
|
||||||
|
feature = "personality-dummy",
|
||||||
|
feature = "panicking",
|
||||||
|
feature = "panic-handler-dummy"
|
||||||
|
),
|
||||||
allow(internal_features)
|
allow(internal_features)
|
||||||
)]
|
)]
|
||||||
#![cfg_attr(
|
#![cfg_attr(
|
||||||
|
Loading…
Reference in New Issue
Block a user