From 2849cad57b6ba49262245bd11e7f185f6b204fd0 Mon Sep 17 00:00:00 2001 From: Deukhoofd Date: Sat, 15 Apr 2023 14:36:23 +0200 Subject: [PATCH] Re-add feature that is still unstable on the build server --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index c557c73..d7ca5bf 100755 --- a/src/lib.rs +++ b/src/lib.rs @@ -18,6 +18,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