# HG changeset patch # User Tuomo Valkonen # Date 1773962477 18000 # Node ID 95bb12bdb6aca706ff995b317120165493bff3de # Parent fe47ad484deb70c72eeb982c4d29518b86c29252 Remove apparently now unused dec2flt feature request 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};