mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
fix clippy warning in components/script (#33878)
Signed-off-by: lwz23 <wenzhaoliao@ruc.edu.cn>
This commit is contained in:
parent
cd7b66be58
commit
595aab10dc
5 changed files with 5 additions and 6 deletions
|
@ -345,7 +345,6 @@ pub fn load_whole_resource(
|
|||
loop {
|
||||
match action_receiver.recv().unwrap() {
|
||||
FetchResponseMsg::ProcessRequestBody(..) | FetchResponseMsg::ProcessRequestEOF(..) => {
|
||||
()
|
||||
},
|
||||
FetchResponseMsg::ProcessResponse(_, Ok(m)) => {
|
||||
metadata = Some(match m {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue