More lint

This commit is contained in:
2025-01-24 09:38:56 -08:00
parent c58234fa2e
commit de95781ce7
3 changed files with 0 additions and 3 deletions

View File

@@ -189,7 +189,6 @@ pub async fn thread(
let slug = r.site.unwrap_or("no-slug".to_string());
let site = r.name.unwrap_or("NO SITE".to_string());
let default_homepage = "http://no-homepage";
// TODO: remove the various places that have this as an Option
let link = Some(Url::parse(&r.link)?);
let mut body = r.summary.unwrap_or("NO SUMMARY".to_string());