mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Remove int_uint feature from gfx.
This commit is contained in:
parent
a277036dd9
commit
a68fa74f4b
13 changed files with 103 additions and 97 deletions
|
@ -1125,7 +1125,7 @@ impl DisplayItem {
|
|||
self.base().bounds
|
||||
}
|
||||
|
||||
pub fn debug_with_level(&self, level: uint) {
|
||||
pub fn debug_with_level(&self, level: u32) {
|
||||
let mut indent = String::new();
|
||||
for _ in range(0, level) {
|
||||
indent.push_str("| ")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue