We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1223c01 commit 826c666Copy full SHA for 826c666
src/lib.rs
@@ -1,8 +1,8 @@
1
use anyhow::Result;
2
use goblin::{self, Object};
3
-use std::collections::HashMap;
+use std::collections::{HashMap, HashSet};
4
+use std::fs;
5
use std::path::Path;
-use std::{collections::HashSet, fs};
6
7
pub fn run(paths: &[String]) -> Result<()> {
8
let mut dependencies: HashMap<String, Vec<String>> = HashMap::new();
0 commit comments