mirror of https://github.com/helix-editor/helix
chore: remove unused imports
parent
c22eba38d5
commit
3714fc0cee
|
@ -1,11 +1,5 @@
|
|||
use helix_term::application::Application;
|
||||
|
||||
use super::*;
|
||||
|
||||
mod insert;
|
||||
mod movement;
|
||||
mod write;
|
||||
|
||||
/// Comment and uncomment
|
||||
#[tokio::test(flavor = "multi_thread")]
|
||||
async fn test_injected_comment_tokens_simple() -> anyhow::Result<()> {
|
||||
|
|
Loading…
Reference in New Issue