1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
@@ -37,7 +37,6 @@
"-Zunstable-options",
"-Zrustdoc-scrape-examples=examples",
]
-features = ["unstable-doc"]
rustdoc-args = [
"--cfg",
"docsrs",
@@ -50,3 +46,0 @@
-[package.metadata.playground]
-features = ["unstable-doc"]
-
@@ -437,17 +433,6 @@
"textwrap/unicode-width",
"unicase",
]
-unstable-doc = [
- "derive",
- "cargo",
- "wrap_help",
- "yaml",
- "env",
- "unicode",
- "regex",
- "unstable-replace",
- "unstable-grouped",
-]
unstable-grouped = []
unstable-replace = []
unstable-v4 = [
|