Skip to content

fix(sys): reinstate deref_nullptr lint#349

Merged
filmil merged 1 commit intogoogle:mainfrom
clydegerber:fix/reinstate-deref-nullptr-lint
Apr 27, 2026
Merged

fix(sys): reinstate deref_nullptr lint#349
filmil merged 1 commit intogoogle:mainfrom
clydegerber:fix/reinstate-deref-nullptr-lint

Conversation

@clydegerber
Copy link
Copy Markdown
Contributor

Summary

  • Removes deref_nullptr from the suppressed lints list in rust_icu_sys/src/lib.rs, reinstating the null pointer dereference check

This lint was previously suppressed to silence warnings generated by older versions of bindgen. The bindgen configuration has since been updated and the lint can be safely reinstated.

Test plan

  • CI passes with the lint enabled

This commit was created by an automated coding assistant, with human supervision.

Remove deref_nullptr from the list of suppressed lints so that null
pointer dereference checks are enforced at compile time.

This commit was created by an automated coding assistant, with human
supervision.
@filmil filmil merged commit 6751d95 into google:main Apr 27, 2026
14 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.

2 participants