diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-09-29 20:48:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-29 20:48:24 +0000 |
commit | e01317d88593af7874da13c2043aa53336fb2d73 (patch) | |
tree | 67a24a56d34758520d1071cceb06f615292daf35 /Cargo.toml | |
parent | 1887722ef5b6ac1c1f0e4e4f62cbb02b609c1d4b (diff) | |
download | alacritty-e01317d88593af7874da13c2043aa53336fb2d73.tar.gz alacritty-e01317d88593af7874da13c2043aa53336fb2d73.zip |
Fix failing test with `bench` feature
Using the `bench` feature, `cargo test` was failing since one of the
benchmarks was running into a debug assertion for attempting to access a
line with an index beyond the grid length.
Since this issue was caused by the `len` property not being serialized
and deserialized, the `#[serde(skip)]` attribute has been changed to
`#[serde(default)]`. The ref-test has been edited to include the correct
grid length for proper deserialization.
This fixes #1604.
Diffstat (limited to 'Cargo.toml')
0 files changed, 0 insertions, 0 deletions