Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.

Commit

Permalink
Fixed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrt committed Jan 9, 2016
1 parent 1b3aaba commit 37187b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/collections/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
mod file_naming;

use std::collections::HashMap;
use std::cmp::Ordering;
use std::fmt::{Display, Error, Formatter};
use std::path::Path;
use std::slice;
Expand Down

0 comments on commit 37187b3

Please sign in to comment.