Skip to content

Commit bcaf542

Browse files
committed
removed useless arc
1 parent f60b75b commit bcaf542

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/parse/locations/location.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ impl<'a> Location<'a> {
6868
.await?
6969
.text()
7070
.await?;
71-
let menu = Arc::new(menu);
7271

7372
let html = Html::parse_document(&menu);
7473

0 commit comments

Comments
 (0)