We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae2aeaa commit 55acb2bCopy full SHA for 55acb2b
1 file changed
Cargo.toml
@@ -104,7 +104,7 @@ rust-version.workspace = true
104
include.workspace = true
105
106
[package.metadata.docs.rs]
107
-all-features = true
+features = ["unstable-doc"]
108
rustdoc-args = ["--generate-link-to-definition"]
109
110
[package.metadata.release]
@@ -120,6 +120,7 @@ pre-release-replacements = [
120
default = ["color"]
121
nightly = []
122
color = ["dep:anstyle", "dep:anstream"]
123
+unstable-doc = ["default"]
124
125
[dependencies]
126
anstyle = { version = "1.0.0", optional = true }
0 commit comments