fix clippy warning (#32667)

This commit is contained in:
atbrakhi 2024-07-02 16:59:46 +02:00 committed by GitHub
parent c0105de82b
commit 044ab3eeab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 8 additions and 14 deletions

View file

@ -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(),
);