There was an error while loading. Please reload this page.
1 parent 1af09e7 commit 61dad2eCopy full SHA for 61dad2e
1 file changed
build.rs
@@ -4,7 +4,7 @@ use std::path::{Path, PathBuf};
4
use std::process::Command;
5
use std::{env, fs};
6
7
-use anyhow::{Context, Result, anyhow};
+use anyhow::{Context, Result};
8
use llvm_tools::LlvmTools;
9
10
fn main() -> Result<()> {
0 commit comments