diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-08-16 20:10:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-16 20:10:37 +0200 |
| commit | 52d69476a6b6202b8d3f525319ca0fc635497674 (patch) | |
| tree | 1ae5cf30b35de8b83a90485b3241147cb95df571 | |
| parent | c94cb834d05888ef5beeae2cc460156f435e2fb3 (diff) | |
| parent | 545cd1bd5bcb62fb70e0e8e12076478cb41bdc8b (diff) | |
| download | rust-52d69476a6b6202b8d3f525319ca0fc635497674.tar.gz rust-52d69476a6b6202b8d3f525319ca0fc635497674.zip | |
Rollup merge of #113115 - tshepang:patch-5, r=est31
we are migrating to askama see https://github.com/rust-lang/rust/issues/108868
| -rw-r--r-- | src/librustdoc/html/templates/STYLE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/html/templates/STYLE.md b/src/librustdoc/html/templates/STYLE.md index 0281b1c47f8..38aac2a60e9 100644 --- a/src/librustdoc/html/templates/STYLE.md +++ b/src/librustdoc/html/templates/STYLE.md @@ -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, like Askama, in the 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 |
