Skip to content

Commit

Permalink
use once_cell statement not needed
Browse files Browse the repository at this point in the history
as macro uses fully qualified call
  • Loading branch information
jqnatividad committed Nov 16, 2021
1 parent a86e99f commit db1b780
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/engine/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ use std::collections::BTreeMap;
use std::sync::mpsc;
use std::sync::mpsc::{Receiver, Sender};
use std::thread;
//use once_cell::sync::OnceCell;

use crate::Profile;
//use async_trait::async_trait;
Expand Down

0 comments on commit db1b780

Please sign in to comment.