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 generated layout tests should use addr_of and pass the borrow_as_ptr clippy lint.
addr_of
borrow_as_ptr
cargo clippy -v --tests -D warnings
Tests fail the borrow_as_ptr lint.
All the things pass clippy.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The generated layout tests should use
addr_of
and pass theborrow_as_ptr
clippy lint.Steps to reproduce
cargo clippy -v --tests -D warnings
Actual Results
Tests fail the
borrow_as_ptr
lint.Expected Results
All the things pass clippy.
The text was updated successfully, but these errors were encountered: