From 8d0cad77846f61d3ab0bce55394ff127ede0b898 Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 20 Oct 2022 22:16:34 -0500 Subject: Remove let chains --- azalea-auth/src/lib.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'azalea-auth/src/lib.rs') diff --git a/azalea-auth/src/lib.rs b/azalea-auth/src/lib.rs index 03e15c71..17c87636 100755 --- a/azalea-auth/src/lib.rs +++ b/azalea-auth/src/lib.rs @@ -1,5 +1,3 @@ -#![feature(let_chains)] - mod auth; mod cache; pub mod game_profile; -- cgit v1.2.3