diff options
Diffstat (limited to 'testing/build.rs')
-rw-r--r-- | testing/build.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/build.rs b/testing/build.rs index 89e3e6b..aab2d59 100644 --- a/testing/build.rs +++ b/testing/build.rs @@ -1,4 +1,4 @@ -extern crate askama; +use askama; fn main() { askama::rerun_if_templates_changed(); |