Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix clippy lint for constant is_empty check, combine writes
as far as I can tell, it doesn't really hurt to write an empty string if DELIM is empty. the only reason to check is that the user could modify the config rust file, and you don't want them to have to modify this code too
- Loading branch information