refactor(build): passing the rustfmt
This commit is contained in:
parent
c790d6de89
commit
64bd073b02
1 changed files with 1 additions and 4 deletions
5
build.rs
5
build.rs
|
|
@ -75,10 +75,7 @@ fn commands() -> io::Result<()> {
|
|||
)?;
|
||||
modules = modules + &String::from(MOD_PREFIX) + subdir + &String::from(";\n");
|
||||
}
|
||||
write(
|
||||
String::from(COMMAND_DIR) + &String::from(MOD_FILE),
|
||||
modules,
|
||||
)?;
|
||||
write(String::from(COMMAND_DIR) + &String::from(MOD_FILE), modules)?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue