Closed martinfrances107 closed 8 months ago
I have made a mistake, I want to unwind, sorry for the churn.
I was correct to use "core::iter::repeat_with" but core::f64 has recently been made std specific
This partially undoes
commit 48b9ffb9f8ca6207eee8a81565cbc1199187dd6d (HEAD -> master, origin/master, origin/HEAD) Author: martin frances <martinfrances107@hotmail.com> Date: Thu Feb 29 08:02:21 2024 +0000 Minor: drop std where possible (use core). (#36)
and partially restores
commit 2065e4a8f00a72d5a88cd274187695497ee8a5be Author: SasakiSaki <192608617@qq.com> Date: Wed Apr 19 01:28:10 2023 +0800 `core::f64` has been deprecated (#29)
I have made a mistake, I want to unwind, sorry for the churn.
I was correct to use "core::iter::repeat_with" but core::f64 has recently been made std specific
This partially undoes
and partially restores