mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-22 08:51:21 +00:00
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:
@@ -11,7 +11,7 @@
|
||||
|
||||
include system/inclrtl
|
||||
import std/private/since
|
||||
import system/formatfloat
|
||||
import std/formatfloat
|
||||
|
||||
# ----------------- IO Part ------------------------------------------------
|
||||
type
|
||||
|
||||
Reference in New Issue
Block a user