aboutsummaryrefslogtreecommitdiffstats
path: root/atuin-client/src/import
diff options
context:
space:
mode:
authorMark Wotton <mwotton@gmail.com>2021-09-09 17:46:46 +0700
committerGitHub <noreply@github.com>2021-09-09 11:46:46 +0100
commit2024884f49334e7eaf64adc425da77b773204b42 (patch)
treef5ed33336930230d873f4a06458fb08d6c45cb70 /atuin-client/src/import
parentUpdate README.md (diff)
downloadatuin-2024884f49334e7eaf64adc425da77b773204b42.zip
Reordered fuzzy search (#179)
* add test demonstrating problem * add a reordered fuzzy-search mode that presents shorter matches first, rather than using strict chronological ordering. * fix warnings, refactor interface to minspan slightly
Diffstat (limited to 'atuin-client/src/import')
-rw-r--r--atuin-client/src/import/resh.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/atuin-client/src/import/resh.rs b/atuin-client/src/import/resh.rs
index efe5bb5c..fa55300b 100644
--- a/atuin-client/src/import/resh.rs
+++ b/atuin-client/src/import/resh.rs
@@ -8,7 +8,6 @@ use atuin_common::utils::uuid_v4;
use chrono::{TimeZone, Utc};
use directories::UserDirs;
use eyre::{eyre, Result};
-use serde::Deserialize;
use super::{count_lines, Importer};
use crate::history::History;