Skip to content

Commit

Permalink
misc: fix more clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaDve committed Feb 16, 2024
1 parent 4f0cf5d commit 918d946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ macro_rules! spawn {
#[macro_export]
macro_rules! spawn_blocking {
($function:expr) => {
crate::THREAD_POOL.push_future($function).unwrap()
$crate::THREAD_POOL.push_future($function).unwrap()
};
}

Expand Down

0 comments on commit 918d946

Please sign in to comment.