Skip to content

fix(rust): revert is_multiple_of to maintain MSRV 1.54.0#1767

Closed
DhanushVarma-2 wants to merge 1 commit intoCCExtractor:masterfrom
DhanushVarma-2:fix-rust-msrv-1765
Closed

fix(rust): revert is_multiple_of to maintain MSRV 1.54.0#1767
DhanushVarma-2 wants to merge 1 commit intoCCExtractor:masterfrom
DhanushVarma-2:fix-rust-msrv-1765

Conversation

@DhanushVarma-2
Copy link
Copy Markdown
Contributor

@DhanushVarma-2 DhanushVarma-2 commented Nov 21, 2025

  • 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

- 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: CCExtractor#1765
@DhanushVarma-2 DhanushVarma-2 deleted the fix-rust-msrv-1765 branch November 21, 2025 17:15
@DhanushVarma-2 DhanushVarma-2 restored the fix-rust-msrv-1765 branch November 21, 2025 17:23
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.

ccextractor does not build with rust 1.54.0

1 participant