mbox series

[libgpiod,v2,0/3] bindings: rust: fix some compiler + clippy warnings

Message ID 20250103-lifetime-fix-v2-0-63902dc8cae1@linaro.org
Headers show
Series bindings: rust: fix some compiler + clippy warnings | expand

Message

Erik Schilling Jan. 3, 2025, 3 p.m. UTC
Triggered by the discussion at:
https://lore.kernel.org/r/CAMRc=Me-QNmJ2L1K-gGzFtVZacsDiLsNUfh3QaWPdbVzyxUduA@mail.gmail.com/

I also found some clippy warnings that I fixed while having the editor
open.

Signed-off-by: Erik Schilling <erik.schilling@linaro.org>
---
Changes in v2:
- Added missing SOBs
- Link to v1: https://lore.kernel.org/r/20250102-lifetime-fix-v1-0-313a6bc806c4@linaro.org

---
Erik Schilling (3):
      bindings: rust: libgpiod: make read_edge_events lifetimes more explicit
      bindings: rust: libgpiod: turn standalone doc comment into normal comment
      bindings: rust: libpgiod: fix clippy::empty_line_after_doc_comments lint

 bindings/rust/libgpiod/src/event_buffer.rs | 1 -
 bindings/rust/libgpiod/src/lib.rs          | 2 +-
 bindings/rust/libgpiod/src/line_request.rs | 4 ++--
 3 files changed, 3 insertions(+), 4 deletions(-)
---
base-commit: 38adbae195555fae2b9d9e2a37c9507af1114757
change-id: 20250102-lifetime-fix-ccdb8562a2de

Best regards,