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
We've got some PRs that are stumbling over the minimum Rust version being 1.10:
1.10
?
1.13
Debug
std
Is it worth bumping the minimum version to 1.13? Even if that doesn't give us the Debug impls for std::fs::ReadDir it might be worthwhile for ?.
std::fs::ReadDir
cc: @budziq @tmccombs @BurntSushi
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
We've got some PRs that are stumbling over the minimum Rust version being
1.10
:?
in docs instead of unwrapping #52 for?
(1.13
)Debug
impls instd
(not sure what version they came in yet)Is it worth bumping the minimum version to
1.13
? Even if that doesn't give us theDebug
impls forstd::fs::ReadDir
it might be worthwhile for?
.cc: @budziq @tmccombs @BurntSushi
The text was updated successfully, but these errors were encountered: