File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ name = "test"
138
138
139
139
[package.metadata.docs.rs]
140
140
141
- # Features to pass to Cargo (default: none )
141
+ # Features to pass to Cargo (default: [] )
142
142
features = [ "feature1", "feature2" ]
143
143
144
144
# Whether to pass `--all-features` to Cargo (default: false)
@@ -158,10 +158,10 @@ no-default-features = true
158
158
# - i686-pc-windows-msvc
159
159
default-target = "x86_64-unknown-linux-gnu"
160
160
161
- # Additional `RUSTFLAGS` to set (default: none )
161
+ # Additional `RUSTFLAGS` to set (default: [] )
162
162
rustc-args = [ "--example-rustc-arg" ]
163
163
164
- # Additional `RUSTDOCFLAGS` to set (default: none )
164
+ # Additional `RUSTDOCFLAGS` to set (default: [] )
165
165
rustdoc-args = [ "--example-rustdoc-arg" ]</pre ></code >
166
166
167
167
<h4 >Version</h4 >
You can’t perform that action at this time.
0 commit comments