Skip to content

Commit 822af9d

Browse files
committed
Remove unused import
1 parent 9d1232c commit 822af9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cargo.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use std::{
1010
use anyhow::{Context, Result};
1111
use cargo_metadata::{Artifact, Message, semver::Version};
1212

13-
use crate::{ARCH, cargo, shell::Shell};
13+
use crate::{ARCH, shell::Shell};
1414

1515
pub(crate) fn clang_target(rust_target: &str, api_level: u8) -> String {
1616
let target = match rust_target {

0 commit comments

Comments
 (0)