Skip to content

Commit 52d6947

Browse files
authored
Rollup merge of #113115 - tshepang:patch-5, r=est31
we are migrating to askama see #108868
2 parents c94cb83 + 545cd1b commit 52d6947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/templates/STYLE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Askama templates support quite sophisticated control flow. To keep our templates
3232
simple and understandable, we use only a subset: `if` and `for`. In particular
3333
we avoid [assignments in the template logic][assignments] and [Askama
3434
macros][macros]. This also may make things easier if we switch to a different
35-
Jinja-style template system, like Askama, in the future.
35+
Jinja-style template system in the future.
3636

3737
[assignments]: https://djc.github.io/askama/template_syntax.html#assignments
3838
[macros]: https://djc.github.io/askama/template_syntax.html#macros

0 commit comments

Comments
 (0)