Files
termux-packages/packages/taskwarrior/linkme-android.diff
2024-05-22 14:37:13 +00:00

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",