diff options
author | jazzfool | 2023-03-30 16:21:40 +0000 |
---|---|---|
committer | GitHub | 2023-03-30 16:21:40 +0000 |
commit | d04288e0f3d292ce47fc0246bcbdc50a9d57ad5e (patch) | |
tree | ca103d419254e48e0043fc4acdd610643e126f16 /helix-term/tests/integration.rs | |
parent | 5b3dd6a678ba138ea21d7d5dd8d3c8a53c7a6d3b (diff) |
Canonicalize paths before stripping current dir as prefix (#6290)
Co-authored-by: jazzfool <shamoslover69@gmail.com>
Diffstat (limited to 'helix-term/tests/integration.rs')
-rw-r--r-- | helix-term/tests/integration.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/helix-term/tests/integration.rs b/helix-term/tests/integration.rs index cec374af..d77eefed 100644 --- a/helix-term/tests/integration.rs +++ b/helix-term/tests/integration.rs @@ -2,8 +2,6 @@ mod test { mod helpers; - use std::path::PathBuf; - use helix_core::{syntax::AutoPairConfig, Selection}; use helix_term::config::Config; |