Skip to content

Commit

Permalink
chore(clippy): run fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fiji-flo committed Feb 24, 2025
1 parent 897d969 commit 4cb1b33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/rari-sitemap/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ impl Sitemaps<'_> {
let out_path = sitemaps_out_path.join(locale.as_folder_str());
fs::create_dir_all(&out_path)?;
self.write_sitemap_xml_gz(&out_path, *locale)
.map_err(SitemapError::from)
.and_then(|path| {
Ok(Url {
loc: Cow::Owned(
Expand Down

0 comments on commit 4cb1b33

Please sign in to comment.