mirror of
https://github.com/servo/servo.git
synced 2025-07-22 14:53:49 +01:00
Use usize for debug ids.
This commit is contained in:
parent
40c710ab19
commit
da1e3a3f11
3 changed files with 6 additions and 6 deletions
|
@ -88,7 +88,7 @@ impl ConstructionResult {
|
|||
(*self).clone()
|
||||
}
|
||||
|
||||
pub fn debug_id(&self) -> uint {
|
||||
pub fn debug_id(&self) -> usize {
|
||||
match self {
|
||||
&ConstructionResult::None => 0u,
|
||||
&ConstructionResult::ConstructionItem(_) => 0u,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue