Skip to content

Commit

Permalink
remove deprecated attr to js_promise.res
Browse files Browse the repository at this point in the history
  • Loading branch information
aspeddro committed Oct 1, 2023
1 parent 40e3888 commit b337b96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jscomp/others/js_promise.res
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ More details on proper Promise usage can be found here:
https://rescript-lang.org/docs/manual/latest/promise#promise-legacy
*/

@@deprecated("Use Js.Promise2 instead")
@@warning("-103")

type t<+'a> = promise<'a>
Expand Down

0 comments on commit b337b96

Please sign in to comment.