Skip to content

Commit 5ede62f

Browse files
committed
Remove #[staged_api]
1 parent c27f416 commit 5ede62f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
))]
6060

6161
// Attributes needed when building as part of the standard library
62-
#![cfg_attr(stdbuild, feature(no_std, core, core_slice_ext, staged_api))]
62+
#![cfg_attr(stdbuild, feature(no_std, core, core_slice_ext, staged_api, custom_attribute))]
6363
#![cfg_attr(stdbuild, no_std)]
6464
#![cfg_attr(stdbuild, staged_api)]
6565
#![cfg_attr(stdbuild, allow(warnings))]

0 commit comments

Comments
 (0)