We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d1232c commit 822af9dCopy full SHA for 822af9d
1 file changed
src/cargo.rs
@@ -10,7 +10,7 @@ use std::{
10
use anyhow::{Context, Result};
11
use cargo_metadata::{Artifact, Message, semver::Version};
12
13
-use crate::{ARCH, cargo, shell::Shell};
+use crate::{ARCH, shell::Shell};
14
15
pub(crate) fn clang_target(rust_target: &str, api_level: u8) -> String {
16
let target = match rust_target {
0 commit comments