This repository has been archived by the owner on Sep 4, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove empty string literal from println
clippy emits various warnings of form: warning: empty string literal in `println!` As suggested, remove the double quotes.
- Loading branch information