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"
138138
139139[package.metadata.docs.rs]
140140
141- # Features to pass to Cargo (default: none )
141+ # Features to pass to Cargo (default: [] )
142142features = [ "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
159159default-target = "x86_64-unknown-linux-gnu"
160160
161- # Additional `RUSTFLAGS` to set (default: none )
161+ # Additional `RUSTFLAGS` to set (default: [] )
162162rustc-args = [ "--example-rustc-arg" ]
163163
164- # Additional `RUSTDOCFLAGS` to set (default: none )
164+ # Additional `RUSTDOCFLAGS` to set (default: [] )
165165rustdoc-args = [ "--example-rustdoc-arg" ]</pre ></code >
166166
167167 <h4 >Version</h4 >
You can’t perform that action at this time.
0 commit comments