We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c94cb83 + 545cd1b commit 52d6947Copy full SHA for 52d6947
src/librustdoc/html/templates/STYLE.md
@@ -32,7 +32,7 @@ Askama templates support quite sophisticated control flow. To keep our templates
32
simple and understandable, we use only a subset: `if` and `for`. In particular
33
we avoid [assignments in the template logic][assignments] and [Askama
34
macros][macros]. This also may make things easier if we switch to a different
35
-Jinja-style template system, like Askama, in the future.
+Jinja-style template system in the future.
36
37
[assignments]: https://djc.github.io/askama/template_syntax.html#assignments
38
[macros]: https://djc.github.io/askama/template_syntax.html#macros
0 commit comments