mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #1667] [MERGED] Pass raw pointer to avoid mut ref to global variable warning #2372
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/1667
Author: @PunitLodha
Created: 2/22/2025
Status: ✅ Merged
Merged: 2/22/2025
Merged by: @canihavesomecoffee
Base:
master← Head:fix-rust-formatting📝 Commits (1)
32aedf1Pass raw pointer to avoid mut ref to global variable warning📊 Changes
2 files changed (+187 additions, -181 deletions)
View changed files
📝
src/rust/src/common.rs(+185 -179)📝
src/rust/src/lib.rs(+2 -2)📄 Description
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
Fix clippy warning due to creating mutable reference to a global variable
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.