summaryrefslogtreecommitdiff
path: root/shared/src/lib.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-01-20 20:19:47 +0100
committermetamuffin <metamuffin@disroot.org>2025-01-20 20:19:47 +0100
commitd5d2cf91f6c019d4b491e7ec245278a7703a5b03 (patch)
treea6027216ee84392fb8a81fb194e45047f8ec9ecc /shared/src/lib.rs
parentc2af119485fd62956d15bdf1155a0fdd7d0cf73e (diff)
downloadweareserver-d5d2cf91f6c019d4b491e7ec245278a7703a5b03.tar
weareserver-d5d2cf91f6c019d4b491e7ec245278a7703a5b03.tar.bz2
weareserver-d5d2cf91f6c019d4b491e7ec245278a7703a5b03.tar.zst
update armature types
Diffstat (limited to 'shared/src/lib.rs')
-rw-r--r--shared/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/src/lib.rs b/shared/src/lib.rs
index 11ed2ce..2c26486 100644
--- a/shared/src/lib.rs
+++ b/shared/src/lib.rs
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
-#![feature(iter_array_chunks, array_try_map)]
+#![feature(iter_array_chunks, array_try_map, debug_closure_helpers)]
pub mod helper;
pub mod packets;