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.
--cfg docsrs
rustdoc
docs.rs
1 parent 4bf4b0d commit eb6de53Copy full SHA for eb6de53
Cargo.toml
@@ -26,12 +26,9 @@ const_assert = []
26
# Derives the `Serialize` and `Deserialize` traits from [`serde`](https://crates.io/crates/serde) for the `Primes` struct, as well as a few others.
27
serde = ["dep:serde", "dep:serde_arrays"]
28
29
-# docs.rs-specific configuration. Taken from <https://stackoverflow.com/a/61417700/>.
30
[package.metadata.docs.rs]
31
# Document all features.
32
all-features = true
33
-# Enable the docsrs configuration attribute on docs.rs
34
-rustdoc-args = ["--cfg", "docsrs"]
35
36
[[bench]]
37
name = "prime_benches"
0 commit comments