Skip to content

Commit 61dad2e

Browse files
committed
fix(build.rs): Fix unused_imports
1 parent 1af09e7 commit 61dad2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use std::path::{Path, PathBuf};
44
use std::process::Command;
55
use std::{env, fs};
66

7-
use anyhow::{Context, Result, anyhow};
7+
use anyhow::{Context, Result};
88
use llvm_tools::LlvmTools;
99

1010
fn main() -> Result<()> {

0 commit comments

Comments
 (0)