Skip to content

Commit cff0c9c

Browse files
author
rmqtt
committed
Change StdExt to ArcExt
1 parent 773735b commit cff0c9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use ntex_mqtt::v3::QoS;
1010
use once_cell::sync::OnceCell;
1111
use parking_lot::RwLock;
1212
use rust_box::event::Event;
13-
use rust_box::std_ext::StdExt;
13+
use rust_box::std_ext::ArcExt;
1414
use structopt::StructOpt;
1515

1616
use options::{Command, Options, V3 as V3Options};

0 commit comments

Comments
 (0)