mirror of
https://github.com/servo/servo.git
synced 2025-06-13 19:04:30 +00:00
clippy: Fix unneeded return statement warnings (#31776)
This commit is contained in:
parent
d63615354c
commit
15bf32a4e6
19 changed files with 31 additions and 38 deletions
|
@ -2469,7 +2469,6 @@ impl ScriptThread {
|
|||
if let Some(document) = document {
|
||||
let _ac = enter_realm(&*document);
|
||||
document.exit_fullscreen();
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue