avoid using std::cmp::min, for it doesn't support f32...
[rust-101.git] / solutions / src / lib.rs
index aff442c18d5938354be9fe361f7eddcabdf51439..cbe97058cba21e0308fff616e385c8d37da53f90 100644 (file)
@@ -1,2 +1,2 @@
 pub mod bigint;
-pub mod vec_min;
+pub mod vec;