mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Fix more clippy (#32740)
This commit is contained in:
parent
4e1f623666
commit
f29dd64a7b
25 changed files with 72 additions and 90 deletions
|
@ -780,7 +780,7 @@ impl HTMLMediaElement {
|
|||
// Step 9.obj.
|
||||
Mode::Object => {
|
||||
// Step 9.obj.1.
|
||||
*self.current_src.borrow_mut() = "".to_owned();
|
||||
"".clone_into(&mut self.current_src.borrow_mut());
|
||||
|
||||
// Step 9.obj.2.
|
||||
// FIXME(nox): The rest of the steps should be ran in parallel.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue