diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2020-01-05 02:55:10 +0300 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2020-01-04 23:55:10 +0000 |
commit | 5aaa350e1a79402244c3350b2cad9880c4e770e4 (patch) | |
tree | 7f11535ad614767f6a4c405772a3a65905d3d70c /alacritty_terminal/src/grid/storage.rs | |
parent | dc063180f31a4c94a2ad3e5e0c6535e39edcfa9a (diff) | |
download | alacritty-5aaa350e1a79402244c3350b2cad9880c4e770e4.tar.gz alacritty-5aaa350e1a79402244c3350b2cad9880c4e770e4.zip |
Update outdated reftests
Diffstat (limited to 'alacritty_terminal/src/grid/storage.rs')
-rw-r--r-- | alacritty_terminal/src/grid/storage.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/alacritty_terminal/src/grid/storage.rs b/alacritty_terminal/src/grid/storage.rs index f754acdc..5d9339d5 100644 --- a/alacritty_terminal/src/grid/storage.rs +++ b/alacritty_terminal/src/grid/storage.rs @@ -46,7 +46,6 @@ pub struct Storage<T> { /// having to truncate the raw `inner` buffer. /// As long as `len` is bigger than `inner`, it is also possible to grow the scrollback buffer /// without any additional insertions. - #[serde(default)] len: usize, } |