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
See rust-lang/rust#48271, should be #[deprecated(note = "Use blacklist_type instead")] instead of #[deprecated = "Use blacklist_type instead"].
#[deprecated(note = "Use blacklist_type instead")]
#[deprecated = "Use blacklist_type instead"]
The text was updated successfully, but these errors were encountered:
Thanks for the report!
Sorry, something went wrong.
lib: Use #[deprecated] properly.
5c89569
Fixes rust-lang#1258
Auto merge of #1264 - emilio:deprecated-proper, r=fitzgen
9cfef0d
lib: Use #[deprecated] properly. Fixes #1258
No branches or pull requests
See rust-lang/rust#48271, should be
#[deprecated(note = "Use blacklist_type instead")]
instead of#[deprecated = "Use blacklist_type instead"]
.The text was updated successfully, but these errors were encountered: