mirror of
https://github.com/dlang/phobos.git
synced 2025-04-28 22:21:09 +03:00
chore(std): add std.checkedint to std module
Previous change that moved std.checkedint out of experimental stage didn't added the module to the list of modules on std module `std/package.d`. This patch does that. Signed-off-by: Luís Ferreira <contact@lsferreira.net>
This commit is contained in:
parent
b22224db3f
commit
3c3f40847c
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ public import
|
||||||
std.base64,
|
std.base64,
|
||||||
std.bigint,
|
std.bigint,
|
||||||
std.bitmanip,
|
std.bitmanip,
|
||||||
|
std.checkedint,
|
||||||
std.compiler,
|
std.compiler,
|
||||||
std.complex,
|
std.complex,
|
||||||
std.concurrency,
|
std.concurrency,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue