fd/src
Thayne McCombs 00eb6461cb
Remove an unnecessary reference. (#864)
This was caught by Code Quality github action with the message:

> this expression borrows a reference (`&walk::DirEntry`) that is immediately dereferenced by the compiler
2021-10-12 00:46:15 -06:00
..
exec fix spelling 2021-08-14 16:21:02 +02:00
filter Use local times for time functions 2021-08-09 13:40:55 +02:00
app.rs added missing help messages to various options 2021-10-03 17:06:09 +02:00
error.rs Proper error handling within walk.rs 2020-04-03 22:36:32 +02:00
exit_codes.rs Add -q/--quiet/--has-match flag (#813) 2021-08-14 17:57:01 +02:00
filesystem.rs Fix directory-existence check on Windows 2021-08-08 15:02:01 +02:00
filetypes.rs Remove an unnecessary reference. (#864) 2021-10-12 00:46:15 -06:00
main.rs Merge pull request #817 from will459/add_no_ignore_parent 2021-09-01 13:22:01 -04:00
options.rs Merge pull request #817 from will459/add_no_ignore_parent 2021-09-01 13:22:01 -04:00
output.rs Handle IO errors based on type, closes #737 2021-08-08 13:10:16 +02:00
regex_helper.rs Show error if pattern matches leading dot but --hidden is not given, closes #615 2020-12-06 15:57:33 +01:00
walk.rs Merge pull request #817 from will459/add_no_ignore_parent 2021-09-01 13:22:01 -04:00