Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
UnsignedByte committed Feb 27, 2025
1 parent c4aa0a1 commit 941c057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/utils/src/attr/store.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use crate::{attr::AttrCtx, GPosIdx};
use std::{collections::HashMap, fmt::Display, hash::Hash};
use std::{collections::HashMap, hash::Hash};

/// A store for attributes
#[derive(Clone)]
Expand Down

0 comments on commit 941c057

Please sign in to comment.