-
Notifications
You must be signed in to change notification settings - Fork 104
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
fix nightly imports #563
fix nightly imports #563
Conversation
Hi I don't quite understand this PR. When does it mean to "fix nightly imports"? The library should already work with nightly? It's checked on CI that nightly builds are successful. Or is it not working for |
@xJonathanLEI This is related to nightly target. In the CI and in the repo we are targeting Rust nigthly. Recently, new components have been added to the Rust |
I see. So the problem is that we only run tests on nightly for CI, but not clippy. Clippy is currently only run for stable Rust. If we want to fix what's proposed in this PR we better also have it on CI to enforce that too tho. |
d1be46d
to
c1427f6
Compare
c1427f6
to
2e2bf3f
Compare
Again, this PR changes |
Then I think two possibilities:
|
Related: https://doc.rust-lang.org/std/prelude/