We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 962132f commit a2c2f08Copy full SHA for a2c2f08
Cargo.toml
@@ -44,7 +44,6 @@ rand = { version = "0.9.0", features = ["small_rng"] }
44
rayon = "1.2"
45
fnv = "1.0.7"
46
serde_test = "1.0"
47
-doc-comment = "0.3.1"
48
bumpalo = { version = "3.13.0", features = ["allocator-api2"] }
49
50
[target.'cfg(unix)'.dev-dependencies]
src/lib.rs
@@ -59,9 +59,9 @@ extern crate std;
59
#[cfg_attr(feature = "rustc-dep-of-std", allow(unused_extern_crates))]
60
extern crate alloc;
61
62
-#[cfg(feature = "nightly")]
+#[doc = include_str!("../README.md")]
63
#[cfg(doctest)]
64
-doc_comment::doctest!("../README.md");
+pub struct ReadmeDoctests;
65
66
#[macro_use]
67
mod macros;
0 commit comments