From 2024884f49334e7eaf64adc425da77b773204b42 Mon Sep 17 00:00:00 2001 From: Mark Wotton Date: Thu, 9 Sep 2021 17:46:46 +0700 Subject: 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 --- atuin-client/src/import/resh.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'atuin-client/src/import') 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; -- cgit v1.3.1