Revert rename of Div to Quot

This commit is contained in:
Brendan Zabarauskas
2013-05-01 15:40:05 +10:00
parent 7a857673ff
commit ee26c7c433
27 changed files with 201 additions and 237 deletions

View File

@@ -389,7 +389,7 @@ pub enum binop {
add,
subtract,
mul,
quot,
div,
rem,
and,
or,