Quality of life shortcuts for code actions

This commit is contained in:
Conrad Irwin 2023-07-20 09:08:07 -06:00
parent 8ba69c15d1
commit a50d30bf8e
2 changed files with 5 additions and 2 deletions

View file

@ -441,7 +441,7 @@ mod test {
use indoc::indoc;
use crate::{
state::Mode::{self, *},
state::Mode::{self},
test::{ExemptionFeatures, NeovimBackedTestContext},
};