Skip to content

Instantly share code, notes, and snippets.

View wizard-28's full-sized avatar
🗝️
0x51481E2CB03BF45A

Sourajyoti Basak wizard-28

🗝️
0x51481E2CB03BF45A
View GitHub Profile
Checking rust-apt v0.1.0 (/workspace/rust-apt)
warning: unused import: `HashMap`
--> src/cache.rs:4:34
|
4 | use std::collections::{BTreeMap, HashMap};
| ^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
warning: unused imports: `IndexMut`, `Index`