fix verification on CI
remove `--verify` flag from the binaries: we have tests for this!
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
use std::{
|
||||
process::{Command},
|
||||
};
|
||||
use std::process::Command;
|
||||
|
||||
use failure::bail;
|
||||
|
||||
use tools::{Result, run_rustfmt, run, project_root};
|
||||
use failure::bail;
|
||||
|
||||
fn main() -> tools::Result<()> {
|
||||
run_rustfmt(tools::Overwrite)?;
|
||||
|
||||
Reference in New Issue
Block a user