[PR #1767] fix(rust): revert is_multiple_of to maintain MSRV 1.54.0 #2492

Open
opened 2026-01-29 17:22:26 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/CCExtractor/ccextractor/pull/1767

State: closed
Merged: No


  • Reverts is_multiple_of(2) to stable % 2 == 0 check to maintain compatibility with Rust 1.54.0 (project MSRV)
  • Adds clippy.toml with msrv = '1.54.0' to prevent Clippy from suggesting APIs that aren't available in the MSRV

Fixes: #1765

**Original Pull Request:** https://github.com/CCExtractor/ccextractor/pull/1767 **State:** closed **Merged:** No --- - Reverts is_multiple_of(2) to stable % 2 == 0 check to maintain compatibility with Rust 1.54.0 (project MSRV) - Adds clippy.toml with msrv = '1.54.0' to prevent Clippy from suggesting APIs that aren't available in the MSRV Fixes: #1765
claunia added the pull-request label 2026-01-29 17:22:26 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#2492