summaryrefslogtreecommitdiff
path: root/shared/src/lib.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-01-26 19:32:46 +0100
committermetamuffin <metamuffin@disroot.org>2025-01-26 19:32:46 +0100
commitf195ae4a1059270f14163b62e7860c3630ee5895 (patch)
treedc1a1f0f0ed08340423ea3f921173633561a923f /shared/src/lib.rs
parent55ef91b95decf829ac988fd9e86624b488959956 (diff)
downloadweareserver-f195ae4a1059270f14163b62e7860c3630ee5895.tar
weareserver-f195ae4a1059270f14163b62e7860c3630ee5895.tar.bz2
weareserver-f195ae4a1059270f14163b62e7860c3630ee5895.tar.zst
reparenting checks and conn owned objects
Diffstat (limited to 'shared/src/lib.rs')
-rw-r--r--shared/src/lib.rs7
1 files changed, 6 insertions, 1 deletions
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 <https://www.gnu.org/licenses/>.
*/
-#![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;