diff options
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) |
