diff --git a/stew/results.nim b/stew/results.nim index a5c550b..ea3e467 100644 --- a/stew/results.nim +++ b/stew/results.nim @@ -1,9 +1,7 @@ # This module has graduated from stew and is now available from the # `results` nimble package instead (https://github.com/arnetheduck/nim-results) -when defined(stewWarnResults): - # This deprecation notice will be made default in some future stew commit - {.deprecated: "`stew/results` is now availabe as `import results` via the `results` Nimble package".} +{.deprecated: "`stew/results` is now availabe as `import results` via the `results` Nimble package".} import pkg/results export results