Address CI style complaints
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
use crate::machine::Number;
|
||||
use crate::offset_table::OffsetTable;
|
||||
use crate::Machine;
|
||||
use crate::offset_table::OffsetTable; // These appear now
|
||||
use ordered_float::OrderedFloat; // to be required.
|
||||
use ordered_float::OrderedFloat;
|
||||
use puruspe::beta::*;
|
||||
use puruspe::error::*;
|
||||
use puruspe::gamma::*;
|
||||
use puruspe::beta::*;
|
||||
|
||||
macro_rules! number_as_f64 {
|
||||
($self: ident, $reg: literal) => {{
|
||||
|
||||
Reference in New Issue
Block a user