cave: hotfix

This commit is contained in:
Astro 2023-10-16 03:05:32 +02:00
parent fb5e52224d
commit 256f998d12

View File

@ -116,7 +116,7 @@ impl Post {
while tag.name.chars().next() == Some('#') { while tag.name.chars().next() == Some('#') {
tag.name.remove(0); tag.name.remove(0);
} }
if tag.name.chars.next() == Some('@') { if tag.name.chars().next() == Some('@') {
// why do these occur? // why do these occur?
None None
} else if tag.name.len() > 0 { } else if tag.name.len() > 0 {