Skip to content

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

Open
clydegerber wants to merge 1 commit into
google:mainfrom
clydegerber:fix/remove_unneeded_lint_warning_suppressions
Open

chore(sys): remove unused lint warning suppressions#361
clydegerber wants to merge 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.

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.

1 participant