You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
522 B
25 lines
522 B
4 months ago
|
diff --git a/src/lib.rs b/src/lib.rs
|
||
|
index cada0dc..0d9d46e 100644
|
||
|
--- a/src/lib.rs
|
||
|
+++ b/src/lib.rs
|
||
|
@@ -104,12 +104,13 @@ This crate provides one cargo feature:
|
||
|
#[doc(hidden)]
|
||
|
pub mod lazy;
|
||
|
|
||
|
-#[cfg(test)]
|
||
|
-#[macro_use]
|
||
|
-extern crate doc_comment;
|
||
|
-
|
||
|
-#[cfg(test)]
|
||
|
-doctest!("../README.md");
|
||
|
+// ANDROID: disable tests that require doc_comment crate.
|
||
|
+//#[cfg(test)]
|
||
|
+//#[macro_use]
|
||
|
+//extern crate doc_comment;
|
||
|
+//
|
||
|
+//#[cfg(test)]
|
||
|
+//`doctest!("../README.md");
|
||
|
|
||
|
#[cfg(feature = "spin_no_std")]
|
||
|
#[path="core_lazy.rs"]
|