Skip to content

Commit bd1633c

Browse files
author
José Valim
committed
Remove get! from Dict behaviour spec
1 parent bcf9d81 commit bd1633c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/elixir/lib/dict.ex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ defmodule Dict do
5050
defcallback equal?(t, t) :: boolean
5151
defcallback get(t, key) :: value
5252
defcallback get(t, key, value) :: value
53-
defcallback get!(t, key) :: value | no_return
5453
defcallback has_key?(t, key) :: boolean
5554
defcallback keys(t) :: list(key)
5655
defcallback merge(t, t) :: t

0 commit comments

Comments
 (0)