Merge pull request #168 from ozkriff/fix_arm

Fixed android build: added [no_link] to rand_macros
This commit is contained in:
Dzmitry Malyshau 2015-02-09 12:19:34 -05:00
commit bef061c04c

View file

@ -34,6 +34,7 @@
extern crate "rustc-serialize" as rustc_serialize;
extern crate rand;
#[plugin]
#[no_link]
extern crate rand_macros;
// Re-exports