mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
clippy: fix warnings in components/script (#32023)
This commit is contained in:
parent
8d513cf4c7
commit
581913f77e
3 changed files with 18 additions and 19 deletions
|
@ -2826,7 +2826,7 @@ impl GlobalScope {
|
|||
},
|
||||
_ => {
|
||||
p.reject_error(Error::NotSupported);
|
||||
return p;
|
||||
p
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue