From 6198c54a9e1155bb9b7f93b8cb5daf3e2deddb25 Mon Sep 17 00:00:00 2001 From: Rory Dudley Date: Sat, 6 Apr 2024 23:50:46 -0600 Subject: Add 'strings' to the verse after the string!() macro This patches fixes a bug, where sometimes, when a Rune::String was detected, the resulting string from the string!() macro wasn't getting pushed to the current verse. --- src/poem/read/parse.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/poem/read') diff --git a/src/poem/read/parse.rs b/src/poem/read/parse.rs index 70367c4..58c8fde 100644 --- a/src/poem/read/parse.rs +++ b/src/poem/read/parse.rs @@ -41,7 +41,6 @@ macro_rules! string { } } } - continue; }; } -- cgit v1.2.3