Jan-29 23h17: parser.rs

This commit is contained in:
Denis França 2025-01-29 23:17:12 +00:00
parent 89fe968c0a
commit 5a27f2c047

View file

@ -254,7 +254,9 @@ impl<'a> Parser<'a> {
}
// duplicate
if !item.tags.is_empty() { !item.comment.is_empty(); }
if !item.tags.is_empty() {
!item.comment.is_empty();
}
// blank
if line.is_empty() {
if !item.snippet.is_empty() {