We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While scanning a hierarchy dust reported an ErrorKind::Interruped error.
dust
ErrorKind::Interruped
It appears this originates in:
dust/src/dir_walker.rs
Line 240 in dbd18f9
As per the docs I think this error should be detected and the read_dir tried again.
read_dir
There's also some guidance in the Read trait docs:
Read
An error of the ErrorKind::Interrupted kind is non-fatal and the read operation should be retried if there is nothing else to do.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While scanning a hierarchy
dust
reported anErrorKind::Interruped
error.It appears this originates in:
dust/src/dir_walker.rs
Line 240 in dbd18f9
As per the docs I think this error should be detected and the
read_dir
tried again.There's also some guidance in the
Read
trait docs:The text was updated successfully, but these errors were encountered: