Switches are not stored for comment blocks, but they are allowed to appear.

This commit is contained in:
Tom Alexander
2023-10-04 09:51:28 -04:00
parent 2eaef82fdb
commit 4cdf88a632
5 changed files with 24 additions and 10 deletions

View File

@@ -33,7 +33,6 @@ pub struct VerseBlock<'s> {
pub struct CommentBlock<'s> {
pub source: &'s str,
pub name: &'s str,
pub data: Option<&'s str>,
pub contents: &'s str,
}