Skip to content

Comments

fix: resolve clippy warnings from newer Rust toolchain#74

Merged
bmpngrok merged 1 commit intomainfrom
bmps/fix-clippy
Feb 18, 2026
Merged

fix: resolve clippy warnings from newer Rust toolchain#74
bmpngrok merged 1 commit intomainfrom
bmps/fix-clippy

Conversation

@bmpngrok
Copy link
Contributor

@bmpngrok bmpngrok commented Feb 18, 2026

  • Allow mismatched_lifetime_syntaxes in generated jaffi module. These warnings come from code generated by the jaffi build dependency, not from our source, so suppressing at the include site is appropriate.
  • Remove unused JNIExt::as_string method.
  • Rename crate_type to crate-type in Cargo.toml (underscore form is deprecated and will not work in edition 2024).

- Allow `mismatched_lifetime_syntaxes` in generated jaffi module. These
  warnings come from code generated by the jaffi build dependency, not
  from our source, so suppressing at the include site is appropriate.
- Remove unused `JNIExt::as_string` method.
- Rename `crate_type` to `crate-type` in Cargo.toml (underscore form is
  deprecated and will not work in edition 2024).
@bmpngrok
Copy link
Contributor Author

This PR is part of a stack of 5 bookmarks:

  1. trunk()
  2. bmps/fix-clippy ← this PR
  3. bmps/actions-1
  4. bmps/actions-2
  5. bmps/cargo
  6. bmps/artifacts

Created with jj-stack

@bmpngrok bmpngrok merged commit 47adea8 into main Feb 18, 2026
5 checks passed
@bmpngrok bmpngrok deleted the bmps/fix-clippy branch February 18, 2026 21:32
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.

4 participants