commit 8dbdf94a0167a9c780fa85f6a5d5f947495b0f0c parent bed2b1408bf7dfe341593cdb016f14f65061e03e Author: jojo <jojolepromain@gmail.com> Date: Wed, 27 Sep 2017 14:42:51 -0400 Fixed unused import Diffstat:
M | src/lib.rs | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/lib.rs b/src/lib.rs @@ -1,5 +1,4 @@ use std::cmp::Ordering; -use std::f32; /// A regular function that is only defined between lower and higher. /// If two functions intersect their higher and lower bounds respectively.