Skip to content

fix: resolve clippy pedantic warnings#67

Merged
excoffierleonard merged 1 commit intomainfrom
chore/lint-advanced
Feb 3, 2026
Merged

fix: resolve clippy pedantic warnings#67
excoffierleonard merged 1 commit intomainfrom
chore/lint-advanced

Conversation

@excoffierleonard
Copy link
Owner

  • Replace lazy_static with std::sync::LazyLock
  • Use case-insensitive file extension comparison in pptx parser
  • Add missing #Errors doc section to parse function
  • Merge identical match arms in ApiError implementations
  • Move const declaration before statements in benchmark
  • Use integer div_ceil instead of float arithmetic
  • Remove unused lazy_static dependency

  - Replace lazy_static with std::sync::LazyLock
  - Use case-insensitive file extension comparison in pptx parser
  - Add missing #Errors doc section to parse function
  - Merge identical match arms in ApiError implementations
  - Move const declaration before statements in benchmark
  - Use integer div_ceil instead of float arithmetic
  - Remove unused lazy_static dependency
@excoffierleonard excoffierleonard merged commit ff4e184 into main Feb 3, 2026
3 checks passed
@excoffierleonard excoffierleonard deleted the chore/lint-advanced branch February 3, 2026 20:27
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