mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
clippy: Fix a few clippy problems in components/scripts/dom
(#31905)
* option_as_ref_deref * fix
This commit is contained in:
parent
1bc63801e7
commit
5aae820f6d
3 changed files with 10 additions and 12 deletions
|
@ -7,7 +7,6 @@
|
|||
use std::default::Default;
|
||||
use std::ffi::CString;
|
||||
use std::mem::drop;
|
||||
use std::ops::Deref;
|
||||
use std::ptr;
|
||||
use std::rc::Rc;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue