mirror of
https://github.com/denisidoro/navi.git
synced 2026-07-26 03:24:35 +00:00
Jan-29 23h17: parser.rs
This commit is contained in:
parent
89fe968c0a
commit
5a27f2c047
1 changed files with 3 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue