diff options
Diffstat (limited to 'alacritty_terminal')
-rw-r--r-- | alacritty_terminal/src/config/debug.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty_terminal/src/config/debug.rs b/alacritty_terminal/src/config/debug.rs index f3489693..f5ebe974 100644 --- a/alacritty_terminal/src/config/debug.rs +++ b/alacritty_terminal/src/config/debug.rs @@ -22,7 +22,7 @@ pub struct Debug { pub render_timer: bool, /// Record ref test - #[serde(deserialize_with = "failure_default")] + #[serde(skip)] pub ref_test: bool, } |