Skip to content

Commit

Permalink
remove straggling as_slice call
Browse files Browse the repository at this point in the history
AssetsExt was fixed so as to not require this anymore.
  • Loading branch information
slice committed Oct 31, 2023
1 parent 77833b9 commit e515430
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/havoc/src/scrape.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ pub async fn scrape_fe_build(
// interested in.
let entrypoint_asset = fe_manifest
.assets
.as_slice()
.find_root_script(RootScript::Entrypoint)
.expect(
"unable to locate entrypoint root script; discord has updated their /channels/@me html",
Expand Down

0 comments on commit e515430

Please sign in to comment.