move formatfloat out of system (#20195)

* move formatfloat out of system

* fixes doc

* Update changelog.md

* careless

* fixes

* deprecate system/formatfloat

* better handling
This commit is contained in:
ringabout
2022-08-24 19:38:30 +08:00
committed by GitHub
parent 12f23d5ae8
commit b6bfe38ff5
23 changed files with 201 additions and 176 deletions

View File

@@ -44,7 +44,7 @@ import strutils, os, hashes, strtabs, rstast, rst, highlite, tables, sequtils,
when defined(nimPreviewSlimSystem):
import std/[assertions, syncio]
import std/[assertions, syncio, formatfloat]
import ../../std/private/since