Skip to content

Commit c2afb8b

Browse files
committed
Remove redundant use line
1 parent 474d277 commit c2afb8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/atom.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
use crate::dynamic_set::{Entry, DYNAMIC_SET};
1111
use crate::static_sets::StaticAtomSet;
1212
use debug_unreachable::debug_unreachable;
13-
use phf_shared;
13+
1414
use std::borrow::Cow;
1515
use std::cmp::Ordering::{self, Equal};
1616
use std::fmt;

0 commit comments

Comments
 (0)