mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Change Quot back to Div.
This commit is contained in:
parent
3d745fc43b
commit
19c0fc6465
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ impl Mul<Au,Au> for Au {
|
||||||
fn mul(&self, other: &Au) -> Au { Au(**self * **other) }
|
fn mul(&self, other: &Au) -> Au { Au(**self * **other) }
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Quot<Au,Au> for Au {
|
impl Div<Au,Au> for Au {
|
||||||
fn quot(&self, other: &Au) -> Au { Au(**self / **other) }
|
fn div(&self, other: &Au) -> Au { Au(**self / **other) }
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Rem<Au,Au> for Au {
|
impl Rem<Au,Au> for Au {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue