Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yymone committed Oct 9, 2023
1 parent c080c5d commit c17b6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/playground/examples/binary_search.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use std::sync::Arc
use std::sync::Arc;
use std::sync::Mutex;

use anyhow::Result;
Expand Down

0 comments on commit c17b6c2

Please sign in to comment.