File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ use hashbrown::HashMap;
5151let mut map = HashMap :: new ();
5252map . insert (1 , " one" );
5353```
54+
5455## Flags
5556This crate has the following Cargo features:
5657
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ impl Group {
102102 /// - This never happens for `EMPTY` and `DELETED`, only full entries.
103103 /// - The check for key equality will catch these.
104104 /// - This only happens if there is at least 1 true match.
105- /// - The chance of this happening is very low (< 1% chance per byte ).
105+ /// - The chance of this happening is very low (< 1% chance per tag ).
106106 #[ inline]
107107 pub ( crate ) fn match_tag ( self , tag : Tag ) -> BitMask {
108108 // This algorithm is derived from
You can’t perform that action at this time.
0 commit comments