Skip to content

Commit

Permalink
Update cursor.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
linrongbin16 authored Aug 9, 2024
1 parent f44c662 commit 6b81b94
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/cursor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,6 @@ impl_display!(for SetCursorStyle);
#[cfg(test)]
#[cfg(feature = "events")]
mod tests {
use std::hash::{DefaultHasher, Hash};
use std::io::{self, stdout};

use crate::execute;
Expand Down Expand Up @@ -503,5 +502,4 @@ mod tests {
assert_eq!(x, saved_x);
assert_eq!(y, saved_y);
}

}

0 comments on commit 6b81b94

Please sign in to comment.