Skip to content

Commit e6714f3

Browse files
committed
Merge pull request #73 from petrochenkov/staged
Remove `#[staged_api]`
2 parents c27f416 + 5ede62f commit e6714f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
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)