Skip to content

Conversation

cpu
Copy link
Member

@cpu cpu commented Oct 4, 2024

Fixes errors from clippy nightly of the form:

error: the following explicit lifetimes could be elided: 'a
  --> src/panic.rs:43:6
   |
43 | impl<'a> Defaultable for rustls_slice_bytes<'a> {}
   |      ^^                                     ^^
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
   = note: `-D clippy::needless-lifetimes` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(clippy::needless_lifetimes)]`
help: elide the lifetimes

Fixes errors from clippy nightly of the form:

```
error: the following explicit lifetimes could be elided: 'a
  --> src/panic.rs:43:6
   |
43 | impl<'a> Defaultable for rustls_slice_bytes<'a> {}
   |      ^^                                     ^^
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
   = note: `-D clippy::needless-lifetimes` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(clippy::needless_lifetimes)]`
help: elide the lifetimes
```
@cpu cpu self-assigned this Oct 4, 2024
@cpu cpu merged commit d03c9cf into rustls:main Oct 4, 2024
38 checks passed
@cpu cpu deleted the cpu-fix-nightly-clippy branch October 4, 2024 15:53
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