diff options
author | metagn <metagngn@gmail.com> | 2022-12-22 11:54:41 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-22 09:54:41 +0100 |
commit | 37daed389735ac66f5c950be9ee1c6658b019016 (patch) | |
tree | ca6ed351989d9dcee41728e822b8472e5c3ffad7 /lib/std/formatfloat.nim | |
parent | 314a24472e83eedf058ffa614edf432e8744d0cb (diff) | |
download | Nim-37daed389735ac66f5c950be9ee1c6658b019016.tar.gz |
remove misleading slimsystem deprecated warnings (#21156)
refs #20967
Diffstat (limited to 'lib/std/formatfloat.nim')
-rw-r--r-- | lib/std/formatfloat.nim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/std/formatfloat.nim b/lib/std/formatfloat.nim index 8abbe59cd..b216d1fd0 100644 --- a/lib/std/formatfloat.nim +++ b/lib/std/formatfloat.nim @@ -11,8 +11,6 @@ when defined(nimPreviewSlimSystem): import std/assertions -else: - {.deprecated: "formatfloat is about to move out of system; use `-d:nimPreviewSlimSystem` and import `std/formatfloat`".} proc c_memcpy(a, b: pointer, size: csize_t): pointer {.importc: "memcpy", header: "<string.h>", discardable.} |