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
Extracted from #189:
I tried everything I could think of, but #[allow(...)] doesn't work in any possible way. Here was my last non-working try #![feature(register_tool)] #![register_tool(marker)] fn main() { let path = std::path::Path::new("foo.txt"); #[allow(marker::to_string_on_cow_str)] let _ = path.to_string_lossy().to_string(); } [...] The lint is not ignored, it's always reported when I run cargo marker
I tried everything I could think of, but #[allow(...)] doesn't work in any possible way. Here was my last non-working try
#[allow(...)]
#![feature(register_tool)] #![register_tool(marker)] fn main() { let path = std::path::Path::new("foo.txt"); #[allow(marker::to_string_on_cow_str)] let _ = path.to_string_lossy().to_string(); }
[...]
The lint is not ignored, it's always reported when I run cargo marker
cargo marker
Marker version 0.1.1
The text was updated successfully, but these errors were encountered:
Adapter
register_tool
531a51c
xFrednet
Successfully merging a pull request may close this issue.
Extracted from #189:
Marker version 0.1.1
The text was updated successfully, but these errors were encountered: