Rename the new functions to replace the old functions.

This commit is contained in:
Tom Alexander
2020-05-05 20:46:31 -04:00
parent 18f9fb7f57
commit 3cf47fa1a8
2 changed files with 14 additions and 14 deletions

View File

@@ -48,7 +48,7 @@ fn main() {
println!(
"{}",
dust_renderer
.new_render(main_template_name, &breadcrumbs)
.render(main_template_name, &breadcrumbs)
.expect("Failed to render")
);
}