Skip to content

Use more idiomatic touch command instead of echo

Peter Bittner requested to merge (removed):patch-1 into master

Assuming rustfmt is happy with empty files this change is meant to ensure the idiomatic approach to provide non-existent files.

(I'd be surprised to find out that rustfmt prefers an apparently "empty" file that is only "non-empty" because it contains a newline. But let's wait and see.)

Fixes #26 (closed).

Merge request reports