-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
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
Add lints for disallowing usage of to_xx_bytes
and from_xx_bytes
#10826
Conversation
r? @Manishearth (rustbot has picked a reviewer for you, use r? to override) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a neat idea! I'm in favor, minor nit
@bors r+ thanks! |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
1 similar comment
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
Adds
host_endian_bytes
,little_endian_bytes
andbig_endian_bytes
Closes #10765
v - not sure what to put here since this adds 3 lints
changelog: Add
host_endian_bytes
,little_endian_bytes
andbig_endian_bytes
lints