mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
clippy: Fix warnings in components/layout_2020/flow/text_run.rs
(#32393)
* clippy: Fix warnings in `components/layout_2020/flow/text_run.rs` Signed-off-by: Jujumba <far77578@gmail.com> * clippy: Fix warnings in `components/layout_2020/flow/text_run.rs` Signed-off-by: Jujumba <far77578@gmail.com> --------- Signed-off-by: Jujumba <far77578@gmail.com>
This commit is contained in:
parent
0ccf129be0
commit
bea7020258
1 changed files with 1 additions and 1 deletions
|
@ -838,7 +838,7 @@ where
|
|||
};
|
||||
|
||||
self.next_character = self.iterator.next();
|
||||
return Some((character, self.next_character.clone()));
|
||||
Some((character, self.next_character))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue