Skip to content

Commit

Permalink
Fix rogue whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
purefunctor committed Feb 6, 2024
1 parent 85f1b6c commit 0234901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/interner/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use rustc_hash::{FxHashMap, FxHasher};
///
/// This struct is meant to be used in conjunction with [`Arc`] or the
/// [`lazy_static`] crate.
///
///
/// Internally, this is implemented as a [`HashMap`] which associates
/// the hash of the string with a [`Weak`] pointer that can be upgraded
/// if the [`Arc`] allocation for said string still exists.
Expand Down

0 comments on commit 0234901

Please sign in to comment.