Skip to content

Commit 6ba9caa

Browse files
committed
remove unuse file
1 parent a3c5584 commit 6ba9caa

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

special/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ process_lock = "0.1.0"
3030
scc = "0.11.1"
3131
sharded-slab = "0.1.4"
3232
simple-mutex = "1.1.5"
33+
singleflight = "0.2.0"
3334
singleflight-async = "0.1.1"
3435
slab = "0.4.7"
3536
smol = "1.2.5"

special/src/mco.rs

-2
This file was deleted.

special/src/singleflight_example.rs

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ pub fn async_singleflight_example() {
4242
let r = res.unwrap();
4343
println!("{}", r);
4444
}));
45+
4546
}
4647

4748
join_all(handlers).await;

0 commit comments

Comments
 (0)