-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 Rust version for macro tests to 1.51 & enable const generics tests #1801
Conversation
0c795b8
to
2d6bb5f
Compare
Visit the preview URL for this PR (updated for commit 0c795b8): https://yew-rs--pr1801-const-generic-test-re538dy9.web.app (expires Tue, 06 Apr 2021 13:30:58 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 |
The |
Haha, take a close look at the amount of angle brackets :D |
Oh wow, I never noticed that... |
33f1c0b
to
c75571a
Compare
c75571a
to
d7336e8
Compare
@@ -7,6 +7,7 @@ use anyhow::bail; | |||
#[derive(Debug)] | |||
pub struct Nothing; | |||
|
|||
#[allow(clippy::from_over_into)] |
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.
why didn't you change it here too?
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.
Because this error-ed out instead of creating an instance in Into
whereas it actually created an instance in From
. Let me know if this should be changed.
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.
ah well, let's just roll with it then.
…ests (yewstack#1801) * update rust version for macro test to 1.51 * enable const generic tests * run integration tests using MSRV * am blind * clippy, fmt * apply suggestion
Description
This PR:
Fixes #1766
Checklist
cargo make pr-flow
(Non applicable)