Skip to content
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

Fix latest clippy lints #106

Merged
merged 1 commit into from
Apr 29, 2021
Merged

Conversation

hug-dev
Copy link
Member

@hug-dev hug-dev commented Apr 29, 2021

No description provided.

Signed-off-by: Hugues de Valon <hugues.devalon@arm.com>
@@ -26,7 +26,7 @@ use std::fmt;
#[cfg_attr(feature = "fuzz", derive(Arbitrary))]
#[derive(FromPrimitive, PartialEq, Eq, Hash, Copy, Clone, Debug)]
#[repr(u8)]
pub enum ProviderID {
pub enum ProviderId {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Breaking change, but I guess we're ok with this? Breaking for the client as well.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes I think this is fine as we won't be short of breaking changes for the client

@ionut-arm ionut-arm merged commit 76e20d8 into parallaxsecond:main Apr 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants