Skip to content

Commit

Permalink
Fixed an incorrect feature description
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Nov 11, 2022
1 parent efb55e8 commit ba30ed7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion minijinja/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@
//! functions are not implemented.
//! - `macros`: when removed the `{% macro %}` tag is not included.
//! - `multi-template`: when removed the templates related to imports and extends
//! are removed (`{% from %}`, `{% import %}`, `{% include %}`, and `{% extends %}`).
//! are removed (`{% from %}`, `{% import %}`, `{% include %}`, and `{% extends %}`
//! as well as `{% block %}`).
//! - `unicode`: when added unicode identifiers are supported. Without this features
//! only ASCII identifiers can be used for variable names and attributes.
//!
Expand Down

0 comments on commit ba30ed7

Please sign in to comment.