diff --git a/jscomp/others/js_promise.res b/jscomp/others/js_promise.res index ca1c749726..861abb998e 100644 --- a/jscomp/others/js_promise.res +++ b/jscomp/others/js_promise.res @@ -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>