mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
This whole method was a large `if let` block: ```rust if let Some(mut root_flow) = self.root_flow.clone() { // ... } ``` Move that `if let` to callers to make it clear that the method doesn’t need to be called when `self.root_flow` is `None`. By itself, this commit doesn’t change anything. But it enables the next one. |
||
---|---|---|
.. | ||
Cargo.toml | ||
lib.rs |