aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/distributed_slice.rs1
-rw-r--r--src/lib.rs2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/distributed_slice.rs b/src/distributed_slice.rs
index 707e043..d283e6f 100644
--- a/src/distributed_slice.rs
+++ b/src/distributed_slice.rs
@@ -161,6 +161,7 @@ impl<T> DistributedSlice<[T]> {
target_os = "macos",
target_os = "ios",
target_os = "tvos",
+ target_os = "android",
target_os = "illumos",
target_os = "freebsd"
))]
diff --git a/src/lib.rs b/src/lib.rs
index d460938..1a290b0 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -106,7 +106,7 @@
//! ```
#![no_std]
-#![doc(html_root_url = "https://docs.rs/linkme/0.3.9")]
+#![doc(html_root_url = "https://docs.rs/linkme/0.3.10")]
#![allow(
clippy::doc_markdown,
clippy::empty_enum,