From a627fc30b2d4dae3e2ed9195247cf870eacfdb17 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Tue, 1 Aug 2023 11:20:07 +0200 Subject: [PATCH] change rust --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 4950aff82..a560e2a8b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -66,6 +66,7 @@ pub(crate) const REQWEST_TIMEOUT: Duration = Duration::from_secs(10); /// Placing the main function in lib.rs allows other crates to import it and embed Lemmy pub async fn start_lemmy_server() -> Result<(), LemmyError> { + println!("test"); let args: Vec = env::args().collect(); let scheduled_tasks_enabled = args.get(1) != Some(&"--disable-scheduled-tasks".to_string());