Skip to content

Commit

Permalink
Hide Hash::Entry from public API docs (#14881)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blacksmoke16 authored and straight-shoota committed Aug 20, 2024
1 parent a60b076 commit d63d459
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hash.cr
Original file line number Diff line number Diff line change
Expand Up @@ -2148,6 +2148,7 @@ class Hash(K, V)
hash
end

# :nodoc:
struct Entry(K, V)
getter key, value, hash

Expand Down

0 comments on commit d63d459

Please sign in to comment.