aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid LeGare <legare@google.com>2022-03-02 16:21:23 +0000
committerDavid LeGare <legare@google.com>2022-03-02 16:21:23 +0000
commit410bb6c4d36ad7847f95c4586fe1d18aa89f0846 (patch)
treea1afe3b3cb6a1d4d7a42915fea2419272d51fa23 /src
parent70f5afdd6cbfaac6aef48d6e8db9c8185b191fa2 (diff)
downloadunicode-bidi-410bb6c4d36ad7847f95c4586fe1d18aa89f0846.tar.gz
Update unicode-bidi to 0.3.7
Test: cd external/rust/crates && atest --host -c Change-Id: I9bb9a4783210d0899bafb537074a3e81e26a72c5
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 09bbcfb..bb318a0 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -66,7 +66,7 @@
#![no_std]
// We need to link to std to make doc tests work on older Rust versions
-#![cfg(feature = "std")]
+#[cfg(feature = "std")]
extern crate std;
#[macro_use]
extern crate alloc;