mirror of
https://github.com/dlang/phobos.git
synced 2025-04-26 13:10:35 +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.bigint,
|
||||
std.bitmanip,
|
||||
std.checkedint,
|
||||
std.compiler,
|
||||
std.complex,
|
||||
std.concurrency,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue