Skip to content

chore(sys): remove unused lint warning suppressions#361

Merged
filmil merged 1 commit into
google:mainfrom
clydegerber:fix/remove_unneeded_lint_warning_suppressions
Jun 19, 2026
Merged

chore(sys): remove unused lint warning suppressions#361
filmil merged 1 commit into
google:mainfrom
clydegerber:fix/remove_unneeded_lint_warning_suppressions

Conversation

@clydegerber

Copy link
Copy Markdown
Contributor

Summary

Removes lint warning suppressions in rust_icu_sys/src/lib.rs that no longer correspond to warnings in the current code base:

  • dead_code
  • non_upper_case_globals
  • unused_imports
  • rustdoc::bare_urls

The remaining suppressions (non_snake_case, non_camel_case_types) are kept because they apply to bindgen-generated identifiers.

Test plan

  • cargo test passes locally with default features
  • CI passes

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

@clydegerber clydegerber force-pushed the fix/remove_unneeded_lint_warning_suppressions branch from ad4aaf3 to 897227a Compare June 2, 2026 21:31
@filmil filmil merged commit 100d929 into google:main Jun 19, 2026
18 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