Clean up.

This commit is contained in:
Tom Alexander
2025-02-22 19:24:05 -05:00
parent c501f7cedc
commit 7d73a3c948
4 changed files with 3 additions and 8 deletions

View File

@@ -41,7 +41,7 @@ impl Dependency {
}
Ok(())
}
Dependency::CssFile { name } => {
Dependency::CssFile { name: _ } => {
// We don't do anything because the CSS files are already copied into the output from natter's default environment.
// TODO: When we add support for CSS outside the default environment, we should add support for dynamically picking which ones to copy here.
Ok(())