Skip to content

Commit

Permalink
remove deprecated attr from docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
aspeddro committed Oct 1, 2023
1 parent b337b96 commit 805c62c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jscomp/others/js.ml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ external testAny : 'a -> bool = "#is_nullable"
type (+'a, +'e) promise
(**
The promise type, defined here for interoperation across packages.
@deprecated please use `Js.Promise`.
*)

external null : 'a null = "#null"
Expand Down

0 comments on commit 805c62c

Please sign in to comment.