Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
jamessan committed Dec 31, 2023
1 parent de36517 commit db0ec14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion alacritty_terminal/src/term/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2710,7 +2710,6 @@ mod tests {
/// This test is in the term module as opposed to the grid since we want to
/// test this property with a T=Cell.
#[test]
#[cfg(feature = "serde")]
fn grid_serde() {
let grid: Grid<Cell> = Grid::new(24, 80, 0);
let serialized = serde_json::to_string(&grid).expect("ser");
Expand Down

0 comments on commit db0ec14

Please sign in to comment.