mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Remove unnecessary unsafe
block (#33109)
Signed-off-by: Taym <haddadi.taym@gmail.com>
This commit is contained in:
parent
a24e92778a
commit
a50e6a503e
3 changed files with 5 additions and 13 deletions
|
@ -278,9 +278,7 @@ impl AudioBufferMethods for AudioBuffer {
|
|||
}
|
||||
}
|
||||
|
||||
unsafe {
|
||||
destination.update(&dest);
|
||||
}
|
||||
destination.update(&dest);
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue