]> Repositorios git - scryer-prolog.git/commitdiff
fix incorrect rug path
authorSkgland <[email protected]>
Sat, 6 Feb 2021 19:26:22 +0000 (20:26 +0100)
committerSkgland <[email protected]>
Sat, 6 Feb 2021 21:13:06 +0000 (22:13 +0100)
crates/prolog_parser/src/ast.rs

index 37c98b55efdf7269e2e767293f76556e1d9755b2..fcde5b5ab7fe03ccb6d8cca47ecdc34181a9fa5b 100644 (file)
@@ -1,6 +1,6 @@
+use crate::rug::{Integer, Rational};
 use crate::tabled_rc::*;
 use ordered_float::*;
-use rug::{Integer, Rational};
 
 use crate::put_back_n::*;