mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Stop using u/i suffixes in layout.
This commit is contained in:
parent
7fabf6071e
commit
a65c80231a
4 changed files with 5 additions and 6 deletions
|
@ -92,8 +92,8 @@ impl ConstructionResult {
|
|||
|
||||
pub fn debug_id(&self) -> usize {
|
||||
match self {
|
||||
&ConstructionResult::None => 0u,
|
||||
&ConstructionResult::ConstructionItem(_) => 0u,
|
||||
&ConstructionResult::None => 0,
|
||||
&ConstructionResult::ConstructionItem(_) => 0,
|
||||
&ConstructionResult::Flow(ref flow_ref, _) => flow::base(&**flow_ref).debug_id(),
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue