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
The two structs and enum found here appear to be private to the module, and yet are never referenced anywhere in the module.
Yet, rust builds without a complaint.
The text was updated successfully, but these errors were encountered:
(Not removing the dead code for the moment so that it can be investigated)
Sorry, something went wrong.
I don't have a rustc with me now, but I'm guessing the derived Clone implementation is counting as a use.
Clone
Not sure what to do with this issue anymore.
Is this still a problem? Deriving Clone doesn't count as a use since #25961.
SGTM
No branches or pull requests
The two structs and enum found here appear to be private to the module, and yet are never referenced anywhere in the module.
Yet, rust builds without a complaint.
The text was updated successfully, but these errors were encountered: