summaryrefslogtreecommitdiff
path: root/server/src/lib.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-07-02 14:57:22 +0200
committermetamuffin <metamuffin@disroot.org>2024-07-02 14:57:22 +0200
commitf15d6305a7f70e34ba1e5484d4f185d844cc3aaa (patch)
treedff0fd75749312084ab6210435af35132687bce6 /server/src/lib.rs
parent9cffa5019b017045b7dbdf6577c89b70b8a11a50 (diff)
downloadhurrycurry-f15d6305a7f70e34ba1e5484d4f185d844cc3aaa.tar
hurrycurry-f15d6305a7f70e34ba1e5484d4f185d844cc3aaa.tar.bz2
hurrycurry-f15d6305a7f70e34ba1e5484d4f185d844cc3aaa.tar.zst
interaction between players
Diffstat (limited to 'server/src/lib.rs')
-rw-r--r--server/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/lib.rs b/server/src/lib.rs
index 466defb4..b8929bd6 100644
--- a/server/src/lib.rs
+++ b/server/src/lib.rs
@@ -15,7 +15,7 @@
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
-#![feature(if_let_guard)]
+#![feature(if_let_guard, map_many_mut, let_chains)]
pub mod customer;
pub mod data;
pub mod game;