mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-24 00:05:25 +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
|
||||
|
||||
when defined(nimPreviewSlimSystem):
|
||||
import std/assertions
|
||||
import std/[assertions, formatfloat]
|
||||
|
||||
|
||||
## This module contains the interface to the compiler's abstract syntax
|
||||
|
||||
Reference in New Issue
Block a user