cave: hotfix

This commit is contained in:
Astro 2023-10-16 03:05:32 +02:00
parent fb5e52224d
commit 256f998d12
1 changed files with 1 additions and 1 deletions

View File

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