| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
push_value() requires taking care of the surrounding punctuation,
which push() should handle for us. See this issue reported in syn:
https://github.com/dtolnay/syn/issues/338
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Much of this can be yanked out and made simpler
when match-modes lands in stable
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Resolves https://github.com/djc/askama/issues/52.
* Fix of review comments
|
|
|
|
|
|
|
|
* Fix review comments for macro imports
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|