Sign in
android
/
platform
/
external
/
rust
/
crates
/
ciborium-io
/
refs/heads/android13-mainline-go-adbd-release
/
.
/
patches
/
std.diff
blob: fcb2329a1ded510e383a8f6c8ebd64854fc9d6d0 [
file
] [
log
] [
blame
] [
edit
]
diff
--
git a
/
src
/
lib
.
rs b
/
src
/
lib
.
rs
index c887e19
..
0594e8c
100644
---
a
/
src
/
lib
.
rs
+++
b
/
src
/
lib
.
rs
@@
-
19
,
6
+
19
,
8
@@
#![deny(clippy::all)]
#![deny(clippy::cargo)]
+
extern
crate std
;
+
#[cfg(feature = "alloc")]
extern
crate alloc
;