Skip to content

Commit

Permalink
more crate::tokio
Browse files Browse the repository at this point in the history
  • Loading branch information
wilyle committed Jan 22, 2024
1 parent 10825e9 commit 764276d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freyja/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 764276d

Please sign in to comment.