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

Replace asm with llvm_asm #26

Merged
merged 3 commits into from
Jul 28, 2020
Merged

Replace asm with llvm_asm #26

merged 3 commits into from
Jul 28, 2020

Conversation

AgustinCB
Copy link

@AgustinCB AgustinCB force-pushed the master branch 6 times, most recently from e9cdc0f to 74ec827 Compare July 16, 2020 14:12
src/lib.rs Outdated
@@ -13,6 +13,7 @@

#![deny(warnings)]
#![feature(asm)]
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this feature can be removed.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good call!

@japaric
Copy link
Owner

japaric commented Jul 28, 2020

Thanks!

@japaric japaric merged commit 6fa3d74 into japaric:master Jul 28, 2020
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.

3 participants