diff options
author | Rory Dudley | 2024-04-06 23:50:46 -0600 |
---|---|---|
committer | Rory Dudley | 2024-04-06 23:50:46 -0600 |
commit | 6198c54a9e1155bb9b7f93b8cb5daf3e2deddb25 (patch) | |
tree | d02550b9933ee1dbd5c64b088d5d17368f3c40d5 /src/poem/read/parse.rs | |
parent | f5db8d64828db756b80b6022322265a2b4f1c11b (diff) | |
download | dwarvish-6198c54a9e1155bb9b7f93b8cb5daf3e2deddb25.tar.gz |
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.
Diffstat (limited to 'src/poem/read/parse.rs')
-rw-r--r-- | src/poem/read/parse.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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; }; } |