Fixed imports num-rug-adapter

This commit is contained in:
Ross Smyth
2022-07-17 02:06:37 -04:00
parent 607c84a79b
commit 577f85099d
5 changed files with 7 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ use crate::read::*;
use modular_bitfield::prelude::*;
use ordered_float::OrderedFloat;
use rug::{Integer, Rational};
use crate::parser::rug::{Integer, Rational};
use std::alloc;
use std::fmt;
@@ -681,7 +681,7 @@ mod tests {
use crate::machine::partial_string::*;
use ordered_float::OrderedFloat;
use rug::{Integer, Rational};
use crate::parser::rug::{Integer, Rational};
#[test]
fn float_ptr_cast() {