From f195ae4a1059270f14163b62e7860c3630ee5895 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 26 Jan 2025 19:32:46 +0100 Subject: reparenting checks and conn owned objects --- shared/src/lib.rs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'shared/src/lib.rs') diff --git a/shared/src/lib.rs b/shared/src/lib.rs index 2c26486..e5cf666 100644 --- a/shared/src/lib.rs +++ b/shared/src/lib.rs @@ -14,7 +14,12 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ -#![feature(iter_array_chunks, array_try_map, debug_closure_helpers)] +#![feature( + iter_array_chunks, + array_try_map, + debug_closure_helpers, + string_from_utf8_lossy_owned +)] pub mod helper; pub mod packets; -- cgit v1.2.3-70-g09d2