]> git.r.bdr.sh - rbdr/page/blobdiff - src/file_handler/file_strategies/layout.rs
Add static file copying
[rbdr/page] / src / file_handler / file_strategies / layout.rs
index bac105994c3280abe39cea202f0d29af054317ae..21ce9ba66aa4f520cfc6c2fd804bf6ef66c5fc40 100644 (file)
@@ -20,5 +20,7 @@ impl FileHandlerStrategy for Strategy {
         }
     }
 
-    fn handle(&self, _file: &File) {}
+    // We don't implement handling for layout, as we assume there's only one
+    // and it got handled before.
+    fn handle(&self, _s: &PathBuf, _d: &PathBuf, _f: &File) {}
 }