Sign in
android
/
platform
/
external
/
rust
/
crates
/
unicode-segmentation
/
refs/heads/main
/
.
/
patches
/
std.diff
blob: 4ed51cba1cc4639271210575c19812b834e32cfd [
file
] [
log
] [
blame
] [
edit
]
diff
--
git a
/
src
/
lib
.
rs b
/
src
/
lib
.
rs
index f2f2962
..
83f3a22
100644
---
a
/
src
/
lib
.
rs
+++
b
/
src
/
lib
.
rs
@@
-
55
,
7
+
55
,
7
@@
#![no_std]
-#[
cfg
(
test
)]
+
// ANDROID: Always import std to enable building as a dylib
#[macro_use]
extern
crate std
;