-
Notifications
You must be signed in to change notification settings - Fork 526
[FIX] Replaced deprecated module std::intrinsics with std::ptr
#1668
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
CCExtractor CI platform finished running the test files on linux. Below is a summary of the test results, when compared to test for commit 8c90bda...:
All tests passing on the master branch were passed completely. NOTE: The following tests have been failing on the master branch as well as the PR:
Check the result page for more info. |
|
@cfsmp3 @prateekmedia |
|
Hi @Vats004, In latest rust stable (1.85.0) this is still not deprecated yet! |
|
It generates a warning on compilation in both stable toolchain and nighlty toolchain |
|
They say "on compilation no news is the best news" |
prateekmedia
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks.
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