Skip to content
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

clippy: fix no_mangle and export_name usage #1337

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

Robbepop
Copy link
Member

@Robbepop Robbepop commented Jan 6, 2025

The no_mangle and export_name attributes cannot be used at the same time.
(Link: rust-lang/rust#47446)

Since Clippy now warns about this we were notified about our misuse and this PR fixes it.
This will fix Wasmi's CI pipeline.

cc @xdoardo

The no_mangle and export_name attributes cannot be used at the same time.
(Link: rust-lang/rust#47446)
Since Clippy now warns about this we were notified about our misuse and this PR fixes it.
@Robbepop Robbepop merged commit 559c167 into main Jan 6, 2025
17 checks passed
@Robbepop Robbepop deleted the rf-fix-no-mangle-clippy-issue branch January 6, 2025 16:59
Copy link

codecov bot commented Jan 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.70%. Comparing base (b2e7429) to head (da5d89c).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1337   +/-   ##
=======================================
  Coverage   81.70%   81.70%           
=======================================
  Files         307      307           
  Lines       25336    25336           
=======================================
  Hits        20700    20700           
  Misses       4636     4636           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

1 participant