mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-26 13:40:22 +00:00
13 lines
364 B
Diff
13 lines
364 B
Diff
https://github.com/dtolnay/linkme/pull/66/commits/38cb074be7193d87e386a02c0e3b20a01f8ba6aa
|
|
|
|
--- a/src/distributed_slice.rs
|
|
+++ b/src/distributed_slice.rs
|
|
@@ -156,6 +156,7 @@
|
|
impl<T> DistributedSlice<[T]> {
|
|
#[doc(hidden)]
|
|
#[cfg(any(
|
|
+ target_os = "android",
|
|
target_os = "none",
|
|
target_os = "linux",
|
|
target_os = "macos",
|