mirror of
https://github.com/askama-rs/askama.git
synced 2025-10-03 07:45:14 +00:00
Remove warning, since BUILT_IN_FILTERS is now in the same module
This commit is contained in:
parent
adda8de2cd
commit
ab8f8c1fa5
@ -2,8 +2,6 @@
|
|||||||
//!
|
//!
|
||||||
//! Contains all the built-in filter functions for use in templates.
|
//! Contains all the built-in filter functions for use in templates.
|
||||||
//! Currently, there is no way to define filters outside this module.
|
//! 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")]
|
#[cfg(feature = "serde-json")]
|
||||||
mod json;
|
mod json;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user