Skip to content

Commit 2716a1f

Browse files
authored
Merge pull request #2680 from hermit-os/clippy
fix(build.rs): Fix unused_imports
2 parents 1af09e7 + 61dad2e commit 2716a1f

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)