| Index: unicode-width/src/lib.rs | |
| =================================================================== | |
| --- unicode-width.orig/src/lib.rs | |
| +++ unicode-width/src/lib.rs | |
| @@ -49,7 +49,7 @@ | |
| #![cfg_attr(feature = "bench", feature(test))] | |
| #![no_std] | |
| -#[cfg(test)] | |
| +// ANDROID: Unconditionally use std to allow building as a dylib. | |
| #[macro_use] | |
| extern crate std; | |