Skip to content
This repository was archived by the owner on Mar 7, 2021. It is now read-only.

Commit f1150b8

Browse files
committed
Remove #![feature(use_extern_macros)]
Also no longer needed for the same reason as f310990 (we stopped using `format!`).
1 parent d5303dd commit f1150b8

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
@@ -1,5 +1,5 @@
11
#![no_std]
2-
#![feature(alloc, global_allocator, allocator_api, const_fn, lang_items, use_extern_macros)]
2+
#![feature(alloc, global_allocator, allocator_api, const_fn, lang_items)]
33

44
extern crate alloc;
55
#[macro_use]

0 commit comments

Comments
 (0)