Add DebuggingPackage.
This commit is contained in:
@@ -6,6 +6,7 @@ pub(crate) mod arithmetic;
|
||||
pub(crate) mod array_basic;
|
||||
mod bit_field;
|
||||
pub(crate) mod blob_basic;
|
||||
mod debugging;
|
||||
mod fn_basic;
|
||||
mod iter_basic;
|
||||
mod lang_core;
|
||||
@@ -24,6 +25,8 @@ pub use array_basic::BasicArrayPackage;
|
||||
pub use bit_field::BitFieldPackage;
|
||||
#[cfg(not(feature = "no_index"))]
|
||||
pub use blob_basic::BasicBlobPackage;
|
||||
#[cfg(feature = "debugging")]
|
||||
pub use debugging::DebuggingPackage;
|
||||
pub use fn_basic::BasicFnPackage;
|
||||
pub use iter_basic::BasicIteratorPackage;
|
||||
pub use lang_core::LanguageCorePackage;
|
||||
|
Reference in New Issue
Block a user