From 9ebf88d8eb40a60265350be8392d46ed6dd1bc58 Mon Sep 17 00:00:00 2001 From: Maple Nebel Date: Tue, 5 May 2026 21:55:55 +0200 Subject: [PATCH] add handeling for empty bounds string --- rnex-core/src/nex/matchmake.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rnex-core/src/nex/matchmake.rs b/rnex-core/src/nex/matchmake.rs index 42ca97c..70e720d 100644 --- a/rnex-core/src/nex/matchmake.rs +++ b/rnex-core/src/nex/matchmake.rs @@ -121,6 +121,9 @@ fn check_bounds_str(compare: T, str: &str) -> Option