aboutsummaryrefslogtreecommitdiffstats
path: root/askama_shared
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-09-05 19:54:15 +0200
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-09-05 19:54:15 +0200
commitab8f8c1fa5e44c8249f5e4df20c9fcc23b9fe2e2 (patch)
treecd8433de024d3e4b79ced93d45a2208295861a9c /askama_shared
parentadda8de2cdd164011eb576397212e86110694574 (diff)
downloadaskama-ab8f8c1fa5e44c8249f5e4df20c9fcc23b9fe2e2.tar.gz
askama-ab8f8c1fa5e44c8249f5e4df20c9fcc23b9fe2e2.tar.bz2
askama-ab8f8c1fa5e44c8249f5e4df20c9fcc23b9fe2e2.zip
Remove warning, since BUILT_IN_FILTERS is now in the same module
Diffstat (limited to 'askama_shared')
-rw-r--r--askama_shared/src/filters/mod.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/askama_shared/src/filters/mod.rs b/askama_shared/src/filters/mod.rs
index 1aa7020..8b1f814 100644
--- a/askama_shared/src/filters/mod.rs
+++ b/askama_shared/src/filters/mod.rs
@@ -2,8 +2,6 @@
//!
//! Contains all the built-in filter functions for use in templates.
//! Currently, there is no way to define filters outside this module.
-//
-// WHEN ADDING FILTERS, DON'T FORGET TO UPDATE `BUILT_IN_FILTERS` in askama_derive::generator.
#[cfg(feature = "serde-json")]
mod json;