mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
fix: omitted the let
bindings (#31908)
This commit is contained in:
parent
da76ebabe9
commit
ff95ce5abd
9 changed files with 20 additions and 26 deletions
|
@ -1684,7 +1684,7 @@ fn fetch_single_module_script(
|
|||
match document {
|
||||
Some(doc) => doc.fetch_async(LoadType::Script(url), request, action_sender),
|
||||
None => {
|
||||
let _ = global
|
||||
global
|
||||
.resource_threads()
|
||||
.sender()
|
||||
.send(CoreResourceMsg::Fetch(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue