Skip to content

Commit

Permalink
accept review suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Dániel Buga <bugadani@gmail.com>
  • Loading branch information
tshepang and bugadani authored Jun 28, 2023
1 parent 976aea3 commit 545cd1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/html/templates/STYLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Askama templates support quite sophisticated control flow. To keep our templates
simple and understandable, we use only a subset: `if` and `for`. In particular
we avoid [assignments in the template logic][assignments] and [Askama
macros][macros]. This also may make things easier if we switch to a different
Jinja-style template system in future.
Jinja-style template system in the future.

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

0 comments on commit 545cd1b

Please sign in to comment.