From 5aaa350e1a79402244c3350b2cad9880c4e770e4 Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Sun, 5 Jan 2020 02:55:10 +0300 Subject: Update outdated reftests --- alacritty_terminal/src/grid/storage.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'alacritty_terminal/src/grid/storage.rs') 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 { /// 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, } -- cgit