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
| #[derive(Debug)] | ||
| pub struct Nothing; | ||
|
|
||
| #[allow(clippy::from_over_into)] |
There was a problem hiding this comment.
why didn't you change it here too?
There was a problem hiding this comment.
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.
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)