1
Fork 0

resolve conflicts

This commit is contained in:
Kyle Lin 2023-07-03 23:34:38 +08:00
parent c4afb8a868
commit 4896fc0f59

View file

@ -223,6 +223,7 @@
#![cfg_attr(not(bootstrap), allow(internal_features))]
#![deny(rustc::existing_doc_keyword)]
#![deny(fuzzy_provenance_casts)]
#![cfg_attr(not(bootstrap), allow(rustdoc::redundant_explicit_links))]
// Ensure that std can be linked against panic_abort despite compiled with `-C panic=unwind`
#![deny(ffi_unwind_calls)]
// std may use features in a platform-specific way