mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Remove unused implementation (#32754)
Signed-off-by: atbrakhi <atbrakhi@igalia.com>
This commit is contained in:
parent
097b9a3d0b
commit
c6443f74a4
1 changed files with 0 additions and 13 deletions
|
@ -181,19 +181,6 @@ impl<T: Zero> LogicalRect<T> {
|
|||
}
|
||||
}
|
||||
|
||||
impl fmt::Debug for LogicalRect<Length> {
|
||||
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
|
||||
write!(
|
||||
f,
|
||||
"Rect(i{}×b{} @ (i{},b{}))",
|
||||
self.size.inline.px(),
|
||||
self.size.block.px(),
|
||||
self.start_corner.inline.px(),
|
||||
self.start_corner.block.px(),
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
impl fmt::Debug for LogicalRect<Au> {
|
||||
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
|
||||
write!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue