mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-28 17:10:33 +00:00
[PR #1668] [MERGED] [FIX] Replaced deprecated module std::intrinsics with std::ptr
#2375
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/1668
Author: @vatsalkeshav
Created: 2/24/2025
Status: ✅ Merged
Merged: 3/29/2025
Merged by: @prateekmedia
Base:
master← Head:ayrton📝 Commits (1)
8942157replaced use of deprecated module std::intrinsics with std::ptr📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
src/rust/src/decoder/window.rs(+1 -1)📄 Description
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
This PR resolves the warning posed by depreciated module
std::intrinsicsby replacing the same withstd::memmodule🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.