use correct signs in fixnum remainders

This commit is contained in:
Mark Thom
2020-04-18 17:37:54 -06:00
parent 1d964ef921
commit 2c8858ff2d
4 changed files with 13 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
extern crate crossterm;
extern crate divrem;
#[macro_use]
extern crate downcast;
extern crate git_version;