-
Notifications
You must be signed in to change notification settings - Fork 543
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
Update absolute path to 2018 syntax for WASM/wasmbind feature #672
Conversation
Thanks! Do you have a suggestion how we could test this in CI? |
The clippy failures are unrelated, but I don't have permissions to merge without the checks passing. If you have the chance, please fix them up in a separate commit, or I'll get to it soon. |
Actually, this error only occurs when both the "wasmbind" and "clock" features are enabled, for the wasm32 target. CI would need to compile for this feature combination to detect errors like this one. As for the lint errors, let me handle that shortly. |
Should we just silence clippy for the four trait methods it complains about? Renaming these would be breaking. |
Lints have been fixed on main, please rebase. |
Fixes a compile error where a struct path is in the 2015 format. Affected wasm32 targets with features "wasmbind" and "clock" enabled.