diff options
author | Zachary Kohnen <14093962+DusterTheFirst@users.noreply.github.com> | 2020-03-31 12:50:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-31 18:50:24 +0200 |
commit | 641940ef3805589e92b4520d4944ed66afc875fb (patch) | |
tree | b9c929555879c939578fe8db0e0be4c4e0f25a31 /askama_shared/src/helpers | |
parent | 2ec671f243e20f58ac52c0ce935d9734c1069c8f (diff) | |
download | askama-641940ef3805589e92b4520d4944ed66afc875fb.tar.gz askama-641940ef3805589e92b4520d4944ed66afc875fb.tar.bz2 askama-641940ef3805589e92b4520d4944ed66afc875fb.zip |
fix: make filesizeformat work with all types that implement humansize::FileSize (#307)
* fix: make filesizeformat work with all types that implement humanzie::FileSize
Enabled dynamic dispatch on the filesizeformat filter as to allow for numbers other than usize to work
* fix: remove dynamic dispatch
dynamic dyspatch would not work since file_size takes a generic.
Instead we use a generic function with type B being any type that implements FileSize.
* fix: add AsRef to allow for references to be passed as well as owned values
* fix: move AsRef into a generic as to allow for owned values
* fix: move to borrow from asref as it is implemented by primitives
* format: fix import ordering
* fix: remove borrow for it was useless
* fix: add borrow to input value
* refactor: remove unused imports
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions