Please lord clippy

This commit is contained in:
2018-05-23 18:52:32 +02:00
parent 4a9e2e7d20
commit b591a3eba1
6 changed files with 17 additions and 15 deletions

View File

@@ -6,8 +6,9 @@ pub mod machine;
pub mod stack;
pub mod pool;
pub mod frame;
pub mod netstack;
#[cfg(feature = "bonus:network")]
pub mod netstack;
#[cfg(feature = "bonus:heap")]
pub mod heap;