Remove apparently now unused dec2flt feature request dev

Thu, 19 Mar 2026 18:21:17 -0500

author
Tuomo Valkonen <tuomov@iki.fi>
date
Thu, 19 Mar 2026 18:21:17 -0500
branch
dev
changeset 67
95bb12bdb6ac
parent 66
fe47ad484deb
child 68
00d0881f89a6

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};

mercurial