mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
[PR #1706] [MERGED] Fixed Clippy Errors on 1.88 #2423
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/1706
Author: @steel-bucket
Created: 6/26/2025
Status: ✅ Merged
Merged: 6/27/2025
Merged by: @cfsmp3
Base:
master← Head:fix-clippy-1.88📝 Commits (2)
ec783f7Fixed Clippy Errors on 1.88383d92aUpdate CHANGES.TXT - fix-clippy-1.88📊 Changes
10 files changed (+36 additions, -45 deletions)
View changed files
📝
docs/CHANGES.TXT(+1 -0)📝
src/rust/lib_ccxr/src/activity.rs(+1 -1)📝
src/rust/lib_ccxr/src/teletext.rs(+7 -13)📝
src/rust/lib_ccxr/src/time/units.rs(+7 -7)📝
src/rust/lib_ccxr/src/util/bits.rs(+4 -4)📝
src/rust/lib_ccxr/src/util/log.rs(+8 -11)📝
src/rust/src/decoder/timing.rs(+1 -1)📝
src/rust/src/decoder/tv_screen.rs(+2 -2)📝
src/rust/src/lib.rs(+3 -3)📝
src/rust/src/parser.rs(+2 -3)📄 Description
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
Clippy has introduced a new formatting scheme on the New rust version 1.88 which caused clippy to fail.
This PR fixes those issues. I was notified of this from @hrideshmg 's branch failing CI
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.