David Tolnay
|
f4fc150c45
|
Fix dead code warning in issue 795 regression test
warning: field is never read: `x`
--> tests/regression/issue795.rs:9:15
|
9 | Variant { x: u8 },
| ^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
2021-09-14 12:49:18 -07:00 |
|
David Tolnay
|
12207ed2a3
|
Add regression test for issue 795
|
2021-08-28 11:21:40 -07:00 |
|
David Tolnay
|
509d52e70a
|
Simplify how regression tests are imported
|
2020-09-05 12:33:03 -07:00 |
|
David Tolnay
|
e943bec750
|
Deal with clippy lints in tests
$ cargo clippy --tests
|
2020-06-06 00:01:53 -07:00 |
|
David Tolnay
|
d79c8e5f1e
|
Fix adjacently tagged f32 roundtrip regression
|
2019-02-28 00:57:55 -08:00 |
|