mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01: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> {
|
impl fmt::Debug for LogicalRect<Au> {
|
||||||
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
|
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
|
||||||
write!(
|
write!(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue