From 764276d18f447f842dbad3557649db6d48292ea9 Mon Sep 17 00:00:00 2001 From: William Lyles <26171886+wilyle@users.noreply.github.com> Date: Mon, 22 Jan 2024 12:47:06 -0800 Subject: [PATCH] more crate::tokio --- freyja/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freyja/src/lib.rs b/freyja/src/lib.rs index 7aa5075..342cffe 100644 --- a/freyja/src/lib.rs +++ b/freyja/src/lib.rs @@ -15,7 +15,7 @@ use std::{env, sync::Arc, time::Duration}; use env_logger::Target; use log::LevelFilter; -use tokio::sync::Mutex; +use crate::tokio::sync::Mutex; use cartographer::Cartographer; use emitter::Emitter;