remove . in line comment

This commit is contained in:
rhysd 2020-01-13 23:47:07 +09:00
parent 67b79e92f9
commit 69d99b69e8
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ pub fn walk_and_embed_assets(
}
}
LinkType::Preload | LinkType::DnsPrefetch => {
// Since all resources are embedded as data URL, preloading and prefetching are unnecessary.
// Since all resources are embedded as data URL, preloading and prefetching are unnecessary
if let Some(attr) =
attrs_mut.iter_mut().find(|a| &a.name.local == "href")
{