diff options
| author | mat <github@matdoes.dev> | 2023-03-14 01:22:15 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2023-03-14 01:22:15 -0500 |
| commit | aa846bc0270d3f0974cfb27ac5057dbf9c08748b (patch) | |
| tree | 639d46f6036337033d8b50c883ef6259b9aefb87 /azalea-core/src/lib.rs | |
| parent | 1ff24959627d03d7b2491ad3111d270ef128a4be (diff) | |
| download | azalea-drasl-aa846bc0270d3f0974cfb27ac5057dbf9c08748b.tar.xz | |
make ResourceLocation::new -> Self and impl Serialize/Deserialize for ResourceLocation
Diffstat (limited to 'azalea-core/src/lib.rs')
| -rwxr-xr-x | azalea-core/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea-core/src/lib.rs b/azalea-core/src/lib.rs index 198189bd..ce502fe5 100755 --- a/azalea-core/src/lib.rs +++ b/azalea-core/src/lib.rs @@ -1,5 +1,6 @@ #![doc = include_str!("../README.md")] #![feature(int_roundings)] +#![feature(const_for)] #![allow(incomplete_features)] #![feature(generic_const_exprs)] |
