Remove warning, since BUILT_IN_FILTERS is now in the same module

This commit is contained in:
Dirkjan Ochtman 2017-09-05 19:54:15 +02:00
parent adda8de2cd
commit ab8f8c1fa5

View File

@ -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;