9740cafdbd
This was done using the following shell script: ``` find . -type f -not -path "*target*" \ '(' -name '*.rs' -o -name '*.md' -o -name '*.toml' ')' -print0 | \ xargs -0 sed -i '' -E 's/[[:space:]]*$//' ``` Which is admittedly imperfect, but manages to hit everything that was a problem in this repo. |
||
---|---|---|
.. | ||
edn.rustpeg | ||
lib.rs | ||
matcher.rs | ||
pretty_print.rs | ||
symbols.rs | ||
types.rs | ||
utils.rs |