Skip to content

Commit

Permalink
finish half completed interner documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
loftyinclination committed Aug 29, 2024
1 parent 6fc0dc1 commit 55b7bca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/intern.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ impl<T: Eq + Hash> InternedInput<T> {
}
}

/// A hastable based interner that allows
/// A hastable based interner that allows for accessing the hashed tokens returned from a diff
/// operation
#[derive(Default)]
pub struct Interner<T: Hash + Eq> {
tokens: Vec<T>,
Expand Down

0 comments on commit 55b7bca

Please sign in to comment.