From 916ed944d2861ffbd134f0010445023842bcaeaf Mon Sep 17 00:00:00 2001 From: Tim Oram Date: Sun, 20 Jun 2021 11:16:16 -0230 Subject: Breakout the module system from the process module This decouples the module system from the process module, this allows other modules to not depend on the process module, which really should not be depended on by the other modules. --- src/process/tests.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/process/tests.rs') diff --git a/src/process/tests.rs b/src/process/tests.rs index 1378eb6..dfe531a 100644 --- a/src/process/tests.rs +++ b/src/process/tests.rs @@ -8,6 +8,7 @@ use crate::{ display::{testutil::CrossTerm, Display, Size}, error::Error, input::InputOptions, + module::Module, process::testutil::process_module_test, view::ViewData, window_size_error::WindowSizeError, -- cgit v1.2.3