Skip to content

Commit 784c13d

Browse files
committed
remove
1 parent 545a53f commit 784c13d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tools/ci/src/main.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
#![allow(clippy::disallowed_macros)]
22

3-
use anyhow::{bail, ensure, Result};
3+
use anyhow::{bail, Result};
44
use clap::{CommandFactory, Parser, Subcommand};
55
use duct::cmd;
6-
use regex::Regex;
76
use std::ffi::OsStr;
87
use std::ffi::OsString;
98
use std::path::Path;

0 commit comments

Comments
 (0)