Thu, 19 Mar 2026 18:21:17 -0500
Remove apparently now unused dec2flt feature request
| src/lib.rs | file | annotate | diff | comparison | revisions |
--- 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};