diff -r fe47ad484deb -r 95bb12bdb6ac src/lib.rs --- a/src/lib.rs Thu Feb 26 13:05:07 2026 -0500 +++ b/src/lib.rs Thu Mar 19 18:21:17 2026 -0500 @@ -9,8 +9,6 @@ // Linear operators may be written e.g. as `opA`, to keep the capital letters of mathematical // convention while referring to the type (trait) of the operator as `A`. #![allow(non_snake_case)] -// Need to create parse errors -#![feature(dec2flt)] use alg_tools::error::DynResult; use alg_tools::parallelism::{set_max_threads, set_num_threads};