Commit 26b2741
committed
Warn when commands are not run
```
warning: unused `rustwide::cmd::Command` that must be used
--> src/docbuilder/rustwide_builder.rs:591:9
|
591 | build.cmd("mkdir").args(&["iPhoneOS.platform"]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_must_use)]` on by default
= note: call `.run()` to run the command
```1 parent 7cc10ac commit 26b2741
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| 191 | + | |
191 | 192 | | |
192 | 193 | | |
193 | 194 | | |
| |||
0 commit comments