Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a few nits with the replace idiom.
Change the match guard to be part of the pattern. Change `"".to_string()` to a more idiomatic `String::new()` to create a new `String` without memory allocation.
- Loading branch information