diff options
| author | mat <github@matdoes.dev> | 2022-10-20 22:16:34 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-10-20 22:16:34 -0500 |
| commit | 8d0cad77846f61d3ab0bce55394ff127ede0b898 (patch) | |
| tree | 638ee1a4c3b0f80cc1f68d10bd066e0dae0c1951 /azalea-auth/src/lib.rs | |
| parent | 41606fdd14904ba9e80e2ee992bea0b02ec76348 (diff) | |
| download | azalea-drasl-8d0cad77846f61d3ab0bce55394ff127ede0b898.tar.xz | |
Remove let chains
Diffstat (limited to 'azalea-auth/src/lib.rs')
| -rwxr-xr-x | azalea-auth/src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
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; |
