mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
style: Remove unused From impl.
This commit is contained in:
parent
fd1e2c1f3f
commit
e5781533c4
1 changed files with 0 additions and 6 deletions
|
@ -52,12 +52,6 @@ impl<L> Size<L> {
|
|||
}
|
||||
}
|
||||
|
||||
impl<L: Clone> From<L> for Size<L> {
|
||||
fn from(size: L) -> Self {
|
||||
Self::new(size.clone(), size)
|
||||
}
|
||||
}
|
||||
|
||||
impl<L> ToCss for Size<L>
|
||||
where L:
|
||||
ToCss + PartialEq,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue