chore: some more clippy lints

This commit is contained in:
Amaan Qureshi 2024-02-13 03:04:33 -05:00
parent a07f988905
commit 5ea0dbf77a
3 changed files with 14 additions and 13 deletions

View file

@ -22,6 +22,7 @@ svg { width: 100%; }
";
#[must_use]
pub fn lang_not_found_for_path(path: &Path, loader_config: &LoaderConfig) -> String {
let path = path.display();
format!(