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:
Luís Ferreira 2022-05-19 03:23:55 +01:00 committed by The Dlang Bot
parent b22224db3f
commit 3c3f40847c

View file

@ -35,6 +35,7 @@ public import
std.base64,
std.bigint,
std.bitmanip,
std.checkedint,
std.compiler,
std.complex,
std.concurrency,