mirror of
https://github.com/servo/servo.git
synced 2025-07-30 10:40:27 +01:00
fix clippy warning (#32667)
This commit is contained in:
parent
c0105de82b
commit
044ab3eeab
5 changed files with 8 additions and 14 deletions
|
@ -268,7 +268,7 @@ impl InlineFormattingContextBuilder {
|
|||
for identifier in self.inline_box_stack.iter() {
|
||||
new_builder.start_inline_box(
|
||||
self.inline_boxes
|
||||
.get(&identifier)
|
||||
.get(identifier)
|
||||
.borrow()
|
||||
.split_around_block(),
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue