mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-30 11:13:57 +00:00
fixes #24666
ref https://github.com/nim-lang/Nim/pull/22924
(cherry picked from commit 485b414fce)
This commit is contained in:
@@ -33,7 +33,7 @@ runnableExamples:
|
||||
{.push checks: off, line_dir: off, stack_trace: off, debugger: off.}
|
||||
# the user does not want to trace a part of the standard library!
|
||||
|
||||
import std/[math, strformat]
|
||||
import std/[math, strformat, strutils]
|
||||
|
||||
type
|
||||
Complex*[T: SomeFloat] = object
|
||||
|
||||
Reference in New Issue
Block a user