From 8338b2fb04c9bc1c01266643ef30488300f81cc4 Mon Sep 17 00:00:00 2001 From: tersec Date: Sat, 1 Jun 2024 22:20:03 +0000 Subject: [PATCH] deprecate stew/results --- stew/results.nim | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/stew/results.nim b/stew/results.nim index a5c550bd..ea3e4673 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