Skip to content

Commit 941c057

Browse files
committed
cleanup
1 parent c4aa0a1 commit 941c057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/utils/src/attr/store.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use crate::{attr::AttrCtx, GPosIdx};
2-
use std::{collections::HashMap, fmt::Display, hash::Hash};
2+
use std::{collections::HashMap, hash::Hash};
33

44
/// A store for attributes
55
#[derive(Clone)]

0 commit comments

Comments
 (0)