add module for effect_module

This commit is contained in:
Folkert 2020-11-09 16:01:38 +01:00
parent 54de538952
commit 14d6de626e
2 changed files with 3 additions and 0 deletions

View file

@ -11,4 +11,5 @@
// re-enable this when working on performance optimizations than have it block PRs.
#![allow(clippy::large_enum_variant)]
pub mod docs;
pub mod effect_module;
pub mod file;