mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 22:10:33 +00:00
fix CI doc windows: style error in lib/std/time_t.nim (#14523)
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
|
||||
when defined(nimdoc):
|
||||
type
|
||||
impl = distinct int64
|
||||
Time* = impl ## \
|
||||
Impl = distinct int64
|
||||
Time* = Impl ## \
|
||||
## Wrapper for ``time_t``. On posix, this is an alias to ``posix.Time``.
|
||||
elif defined(windows):
|
||||
when defined(i386) and defined(gcc):
|
||||
|
||||
Reference in New Issue
Block a user