aboutsummaryrefslogtreecommitdiff
path: root/src/module.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-04-03 03:05:27 +0000
committerFuwn <[email protected]>2023-04-03 03:05:27 +0000
commit3026e341f871ffdaa7b6a69703ca63eef2b67fd7 (patch)
treeecdaf57aa6e39cdfc56659813d6b65335f6f512e /src/module.rs
parentrefactor(handler): move traits (diff)
downloadwindmark-3026e341f871ffdaa7b6a69703ca63eef2b67fd7.tar.xz
windmark-3026e341f871ffdaa7b6a69703ca63eef2b67fd7.zip
refactor(returnable): seperate contexts
Diffstat (limited to 'src/module.rs')
-rw-r--r--src/module.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/module.rs b/src/module.rs
index 0d2d2f5..9365777 100644
--- a/src/module.rs
+++ b/src/module.rs
@@ -16,7 +16,7 @@
// Copyright (C) 2022-2022 Fuwn <[email protected]>
// SPDX-License-Identifier: GPL-3.0-only
-use crate::{returnable::CallbackContext, Router};
+use crate::{context::CallbackContext, Router};
pub trait Module {
/// Called right after the module is attached.