Skip to content

Commit e2d5a0f

Browse files
committed
default: none -> default: []
1 parent 7dd79c5 commit e2d5a0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/about.hbs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ name = "test"
138138

139139
[package.metadata.docs.rs]
140140

141-
# Features to pass to Cargo (default: none)
141+
# Features to pass to Cargo (default: [])
142142
features = [ "feature1", "feature2" ]
143143

144144
# Whether to pass `--all-features` to Cargo (default: false)
@@ -158,10 +158,10 @@ no-default-features = true
158158
# - i686-pc-windows-msvc
159159
default-target = "x86_64-unknown-linux-gnu"
160160

161-
# Additional `RUSTFLAGS` to set (default: none)
161+
# Additional `RUSTFLAGS` to set (default: [])
162162
rustc-args = [ "--example-rustc-arg" ]
163163

164-
# Additional `RUSTDOCFLAGS` to set (default: none)
164+
# Additional `RUSTDOCFLAGS` to set (default: [])
165165
rustdoc-args = [ "--example-rustdoc-arg" ]</pre></code>
166166

167167
<h4>Version</h4>

0 commit comments

Comments
 (0)