We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 545a53f commit 784c13dCopy full SHA for 784c13d
1 file changed
tools/ci/src/main.rs
@@ -1,9 +1,8 @@
1
#![allow(clippy::disallowed_macros)]
2
3
-use anyhow::{bail, ensure, Result};
+use anyhow::{bail, Result};
4
use clap::{CommandFactory, Parser, Subcommand};
5
use duct::cmd;
6
-use regex::Regex;
7
use std::ffi::OsStr;
8
use std::ffi::OsString;
9
use std::path::Path;
0 commit comments