Enable capacity on packages.

This commit is contained in:
Stephen Chung
2022-09-13 21:47:11 +08:00
parent 257991ca31
commit 85ca6ec4a1
14 changed files with 41 additions and 17 deletions

View File

@@ -15,7 +15,7 @@ def_package! {
/// * [`BasicIteratorPackage`][super::BasicIteratorPackage]
/// * [`BasicFnPackage`][super::BasicFnPackage]
/// * [`DebuggingPackage`][super::DebuggingPackage]
pub CorePackage(lib) :
pub CorePackage(lib @ 0) :
LanguageCorePackage,
ArithmeticPackage,
BasicStringPackage,