fix: remove unnecessary comptime qualifier on parameter
This commit is contained in:
		| @@ -86,7 +86,7 @@ pub fn HashArrayMappedTrie(comptime K: type, comptime V: type, comptime Context: | ||||
|             } | ||||
|         } | ||||
|  | ||||
|         pub fn insert(self: *Self, allocator: Allocator, comptime key: K, value: V) !void { | ||||
|         pub fn insert(self: *Self, allocator: Allocator, key: K, value: V) !void { | ||||
|             const hash = Context.hash(key); | ||||
|  | ||||
|             // most siginificant t bits from hash | ||||
|   | ||||
		Reference in New Issue
	
	Block a user