mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
clippy: Fix several warnings in components/devtools (#31501)
This commit is contained in:
parent
da873779b4
commit
3552bb2464
18 changed files with 85 additions and 86 deletions
|
@ -79,7 +79,7 @@ impl TabDescriptorActor {
|
|||
let root = actors.find_mut::<RootActor>("root");
|
||||
root.tabs.push(name.clone());
|
||||
TabDescriptorActor {
|
||||
name: name,
|
||||
name,
|
||||
browsing_context_actor,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue