mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
fix many clippy warnings (#33510)
Signed-off-by: Gae24 <96017547+Gae24@users.noreply.github.com>
This commit is contained in:
parent
4e4b137eaa
commit
f986160ed4
13 changed files with 29 additions and 34 deletions
|
@ -96,7 +96,7 @@ impl GamepadHapticActuator {
|
|||
}
|
||||
Self {
|
||||
reflector_: Reflector::new(),
|
||||
gamepad_index: gamepad_index,
|
||||
gamepad_index,
|
||||
effects,
|
||||
playing_effect_promise: DomRefCell::new(None),
|
||||
sequence_id: Cell::new(0),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue