remove cfg(not(bootstrap)) for 1.54

This commit is contained in:
Pietro Albini 2021-05-06 21:24:53 +02:00 committed by Amanieu d'Antras
parent 911ace84b2
commit 1d6ff635c0

View file

@ -1,6 +1,5 @@
//! `core_arch`
#![cfg_attr(not(bootstrap), allow(automatic_links))]
#[macro_use]
mod macros;