From d493a191a0fb410d0ff05661762b36b364f6e6ce Mon Sep 17 00:00:00 2001 From: Deukhoofd Date: Sat, 15 Apr 2023 19:39:44 +0200 Subject: [PATCH] Fix for older nightly rust builds --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index d5cbee7..d5bcae4 100755 --- a/src/lib.rs +++ b/src/lib.rs @@ -24,6 +24,7 @@ #![feature(unboxed_closures)] #![feature(trait_upcasting)] #![feature(lazy_cell)] +#![feature(is_some_and)] //! PkmnLib //! PkmnLib is a full featured implementation of Pokemon. while currently focused on implementing