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

Pacify clippy with latest nightly toolchain #1547

Merged
merged 1 commit into from
Feb 28, 2024
Merged

Pacify clippy with latest nightly toolchain #1547

merged 1 commit into from
Feb 28, 2024

Conversation

Nashtare
Copy link
Collaborator

@Nashtare Nashtare commented Feb 28, 2024

Clippy complaining about multiple bound locations and such

@Nashtare Nashtare self-assigned this Feb 28, 2024
Copy link

sonarcloud bot commented Feb 28, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@@ -923,7 +923,7 @@ impl<F: RichField> AlgebraicHasher<F> for PoseidonHash {
pub(crate) mod test_helpers {
use super::*;

pub(crate) fn check_test_vectors<F: Field>(
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Poseidon is a super trait of Field

@@ -222,7 +222,7 @@ pub trait Witness<F: Field>: WitnessWrite<F> {
}
}

fn get_merkle_cap_target<H: Hasher<F>>(&self, cap_target: MerkleCapTarget) -> MerkleCap<F, H>
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

AlgebraicHasher is a supertrait of Hasher

@Nashtare Nashtare merged commit 0817fd8 into main Feb 28, 2024
5 checks passed
@Nashtare Nashtare deleted the clippy branch February 28, 2024 06:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants