mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Use usize for Floats::len.
This commit is contained in:
parent
d2252a7214
commit
95004ee4b6
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ impl Floats {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn len(&self) -> uint {
|
pub fn len(&self) -> usize {
|
||||||
self.list.floats.len()
|
self.list.floats.len()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue