From 6653662d9e21afc682dc1ad4aecc5f94af37b3b3 Mon Sep 17 00:00:00 2001 From: strickczq Date: Thu, 29 May 2025 22:43:44 +0800 Subject: [PATCH] book: remove alloc feature mention for `indent` filter Updated the "filters" chapter in the book to remove the mention of the alloc feature requirement for the indent filter, as it no longer relies on memory allocation. --- book/src/filters.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/book/src/filters.md b/book/src/filters.md index 16ee8ddc..f4c51679 100644 --- a/book/src/filters.md +++ b/book/src/filters.md @@ -231,11 +231,6 @@ All arguments are passed through to [`format!()`] by the Askama code generator. ### indent [#indent]: #indent -
-enabled by "alloc"
-enabled by "default" -
- ```jinja {{ text_to_indent | indent(width, [first], [blank]) }} ```