mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
clippy: Fix clippy problems in components/script/dom
(#31891)
* deref on an immutable reference * use of with literal radix of 10 * fix
This commit is contained in:
parent
b476bbafde
commit
a5bcae212a
4 changed files with 12 additions and 13 deletions
|
@ -5,7 +5,6 @@
|
|||
use std::cell::Cell;
|
||||
use std::collections::hash_map::Entry;
|
||||
use std::collections::{HashMap, VecDeque};
|
||||
use std::mem;
|
||||
use std::rc::Rc;
|
||||
use std::sync::{Arc, Mutex};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue