Skip to content

Commit 4896fc0

Browse files
committed
resolve conflicts
1 parent c4afb8a commit 4896fc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/std/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@
223223
#![cfg_attr(not(bootstrap), allow(internal_features))]
224224
#![deny(rustc::existing_doc_keyword)]
225225
#![deny(fuzzy_provenance_casts)]
226+
#![cfg_attr(not(bootstrap), allow(rustdoc::redundant_explicit_links))]
226227
// Ensure that std can be linked against panic_abort despite compiled with `-C panic=unwind`
227228
#![deny(ffi_unwind_calls)]
228229
// std may use features in a platform-specific way

0 commit comments

Comments
 (0)