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::*;
|
use super::*;
|
||||||
|
|
||||||
mod insert;
|
|
||||||
mod movement;
|
|
||||||
mod write;
|
|
||||||
|
|
||||||
/// Comment and uncomment
|
/// Comment and uncomment
|
||||||
#[tokio::test(flavor = "multi_thread")]
|
#[tokio::test(flavor = "multi_thread")]
|
||||||
async fn test_injected_comment_tokens_simple() -> anyhow::Result<()> {
|
async fn test_injected_comment_tokens_simple() -> anyhow::Result<()> {
|
||||||
|
|
Loading…
Reference in New Issue