We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4aa0a1 commit 941c057Copy full SHA for 941c057
crates/utils/src/attr/store.rs
@@ -1,5 +1,5 @@
1
use crate::{attr::AttrCtx, GPosIdx};
2
-use std::{collections::HashMap, fmt::Display, hash::Hash};
+use std::{collections::HashMap, hash::Hash};
3
4
/// A store for attributes
5
#[derive(Clone)]
0 commit comments