We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dd79c5 commit e2d5a0fCopy full SHA for e2d5a0f
templates/about.hbs
@@ -138,7 +138,7 @@ name = "test"
138
139
[package.metadata.docs.rs]
140
141
-# Features to pass to Cargo (default: none)
+# Features to pass to Cargo (default: [])
142
features = [ "feature1", "feature2" ]
143
144
# Whether to pass `--all-features` to Cargo (default: false)
@@ -158,10 +158,10 @@ no-default-features = true
158
# - i686-pc-windows-msvc
159
default-target = "x86_64-unknown-linux-gnu"
160
161
-# Additional `RUSTFLAGS` to set (default: none)
+# Additional `RUSTFLAGS` to set (default: [])
162
rustc-args = [ "--example-rustc-arg" ]
163
164
-# Additional `RUSTDOCFLAGS` to set (default: none)
+# Additional `RUSTDOCFLAGS` to set (default: [])
165
rustdoc-args = [ "--example-rustdoc-arg" ]</pre></code>
166
167
<h4>Version</h4>
0 commit comments