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

der: fixup multiple-bounds-declaration warning #1439

Merged

Conversation

baloo
Copy link
Member

@baloo baloo commented Jun 24, 2024

warning: bound is defined in more than one place
  --> der/src/ord.rs:56:31
   |
56 | pub(crate) fn iter_cmp<'a, I, T: 'a>(a: I, b: I) -> Result<Ordering>
   |                               ^
...
59 |     T: DerOrd,
   |     ^
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations
   = note: `#[warn(clippy::multiple_bound_locations)]` on by default

```
warning: bound is defined in more than one place
  --> der/src/ord.rs:56:31
   |
56 | pub(crate) fn iter_cmp<'a, I, T: 'a>(a: I, b: I) -> Result<Ordering>
   |                               ^
...
59 |     T: DerOrd,
   |     ^
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations
   = note: `#[warn(clippy::multiple_bound_locations)]` on by default
```
@baloo baloo merged commit 3df71e6 into RustCrypto:master Jun 24, 2024
106 checks passed
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.

1 participant