mirror of
https://github.com/servo/servo.git
synced 2025-09-27 23:30:08 +01:00
More cleanup, less unwrap() (#35249)
Signed-off-by: webbeef <me@webbeef.org>
This commit is contained in:
parent
3122de08f3
commit
6fd63b6c7d
4 changed files with 40 additions and 40 deletions
|
@ -257,7 +257,7 @@ impl Minibrowser {
|
|||
&mut self,
|
||||
window: &Window,
|
||||
webviews: &mut WebViewManager,
|
||||
servo: Option<&mut Servo>,
|
||||
servo: Option<&Servo>,
|
||||
reason: &'static str,
|
||||
) {
|
||||
let now = Instant::now();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue