Re-reduce libstd macro duplication
The libstd definitions move to libcore, which causes some minor updates there.
This commit is contained in:
parent
2e2372c6c4
commit
128e7ff53b
3 changed files with 9 additions and 181 deletions
|
@ -122,7 +122,8 @@
|
|||
extern crate log;
|
||||
|
||||
#[macro_use]
|
||||
#[macro_reexport(write, writeln)]
|
||||
#[macro_reexport(assert, assert_eq, debug_assert, debug_assert_eq,
|
||||
unreachable, unimplemented, write, writeln)]
|
||||
extern crate core;
|
||||
|
||||
#[macro_use]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue