diff options
Diffstat (limited to 'crates/server/src/main_loop')
-rw-r--r-- | crates/server/src/main_loop/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/server/src/main_loop/mod.rs b/crates/server/src/main_loop/mod.rs index 75d65dcbf..610aa4264 100644 --- a/crates/server/src/main_loop/mod.rs +++ b/crates/server/src/main_loop/mod.rs | |||
@@ -26,7 +26,7 @@ enum Task { | |||
26 | Notify(RawNotification), | 26 | Notify(RawNotification), |
27 | } | 27 | } |
28 | 28 | ||
29 | pub(super) fn main_loop( | 29 | pub fn main_loop( |
30 | root: PathBuf, | 30 | root: PathBuf, |
31 | msg_receriver: &mut Receiver<RawMessage>, | 31 | msg_receriver: &mut Receiver<RawMessage>, |
32 | msg_sender: &mut Sender<RawMessage>, | 32 | msg_sender: &mut Sender<RawMessage>, |