Skip to content

Commit

Permalink
deprecate stew/results
Browse files Browse the repository at this point in the history
  • Loading branch information
tersec committed Jun 1, 2024
1 parent 5284cce commit 8338b2f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions stew/results.nim
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8338b2f

Please sign in to comment.