Cargo fix
This commit is contained in:
parent
5505c09db4
commit
9bab810b91
38 changed files with 235 additions and 235 deletions
|
|
@ -1,7 +1,7 @@
|
|||
use std::process::exit;
|
||||
use std::env;
|
||||
|
||||
pub fn schematics_main(run: &Fn (bool) -> Result<(), ()>) {
|
||||
pub fn schematics_main(run: &dyn Fn (bool) -> Result<(), ()>) {
|
||||
let args: Vec<String> = env::args().collect();
|
||||
let dry_run = match args.len() {
|
||||
1 => false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue