Applied both patches (and squashed them into one) and pushed into main.
Thank you for the contribution!
https://git.sr.ht/~ntietz/isabella-db/commit/4b23f45
On 9/25/23 11:18 PM, Sam Calvert wrote:
> ---> pgn/src/lib.rs | 1 -> 1 file changed, 1 deletion(-)>> diff --git a/pgn/src/lib.rs b/pgn/src/lib.rs> index 97f76ed..92bc831 100644> --- a/pgn/src/lib.rs> +++ b/pgn/src/lib.rs> @@ -1,5 +1,4 @@> #![feature(let_chains)]> -#![feature(is_some_and)]> pub mod load;>> pub use load::{PgnFile, PgnRecord};> --> 2.41.0>