1
Fork 0

Re-reduce libstd macro duplication

The libstd definitions move to libcore, which causes some minor updates there.
This commit is contained in:
Keegan McAllister 2015-01-08 12:21:51 -08:00
parent 2e2372c6c4
commit 128e7ff53b
3 changed files with 9 additions and 181 deletions

View file

@ -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]