diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-11-27 00:49:02 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-11-27 01:00:57 +0100 |
| commit | 7caf98fe42797eab59a39ef71071030c9790245a (patch) | |
| tree | cadf45a53aad29f11bf30a164f646b5a73bb5f16 /cli | |
| parent | 6bafc6391061d4b589dea835705a08b25a4df9f8 (diff) | |
Switch `StrResult` to `EcoString`
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/src/main.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cli/src/main.rs b/cli/src/main.rs index 5463c3ec..cdbd5926 100644 --- a/cli/src/main.rs +++ b/cli/src/main.rs @@ -641,8 +641,7 @@ impl FontSearcher { } } - /// Search for all fonts in a directory. - /// recursively. + /// Search for all fonts in a directory recursively. fn search_dir(&mut self, path: impl AsRef<Path>) { for entry in WalkDir::new(path) .follow_links(true) |
