Skip to content

Commit

Permalink
Add some missing imports of newer modules to the nim doc driver.
Browse files Browse the repository at this point in the history
  • Loading branch information
c-blake committed Sep 30, 2024
1 parent 8fd4b1b commit 4d3d99a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions adix.nim
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,20 @@ when defined(nimdoc):
import adix/bitop

Check warning on line 5 in adix.nim

View workflow job for this annotation

GitHub Actions / ubuntu-latest (version-2-0)

imported and not used: 'bitop' [UnusedImport]
import adix/bltab

Check warning on line 6 in adix.nim

View workflow job for this annotation

GitHub Actions / ubuntu-latest (version-2-0)

imported and not used: 'bltab' [UnusedImport]
import adix/btree

Check warning on line 7 in adix.nim

View workflow job for this annotation

GitHub Actions / ubuntu-latest (version-2-0)

imported and not used: 'btree' [UnusedImport]
import adix/cpuCT
import adix/cumsum

Check warning on line 9 in adix.nim

View workflow job for this annotation

GitHub Actions / ubuntu-latest (version-2-0)

imported and not used: 'cumsum' [UnusedImport]
import adix/ditab
import adix/lghisto
import adix/lptabz
import adix/memutil
import adix/metab
import adix/mvstat
import adix/nsort
import adix/oats
import adix/sequint
import adix/stat

Check warning on line 19 in adix.nim

View workflow job for this annotation

GitHub Actions / ubuntu-latest (version-2-0)

Use mvstat instead; stat is deprecated [Deprecated]
import adix/tdigest
import adix/topk
import adix/uniqce
import adix/xlang
else:
Expand Down

0 comments on commit 4d3d99a

Please sign in to comment.