mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
clippy: remove unneeded return statements (#31923)
This commit is contained in:
parent
7349ce5b6a
commit
0728378424
10 changed files with 15 additions and 19 deletions
|
@ -1143,7 +1143,7 @@ impl GlobalScope {
|
|||
);
|
||||
}
|
||||
} else {
|
||||
return warn!("post_messageport_msg called on a global not managing any ports.");
|
||||
warn!("post_messageport_msg called on a global not managing any ports.");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue