make trim apply to strings contained in tables (also at deeper nesting (#1664)

* make trim apply to strings contained in tables (also at deeper nesting
levels), not just top-level strings

* remove unnecessary clone (thanks clippy)
This commit is contained in:
rimathia
2020-04-26 19:26:02 +02:00
committed by GitHub
parent 2ac501f88e
commit a62745eefb
4 changed files with 125 additions and 5 deletions

View File

@ -37,6 +37,7 @@ mod split_by;
mod split_column;
mod sum;
mod touch;
mod trim;
mod uniq;
mod where_;
mod wrap;