From 3f6f0d1c3ddfd6283a3d33ce14a73a271de61ff9 Mon Sep 17 00:00:00 2001 From: Michael Angerman <1809991+stormasm@users.noreply.github.com> Date: Thu, 25 Jan 2024 11:05:50 -0800 Subject: [PATCH] update history error message (#721) --- src/result.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/result.rs b/src/result.rs index efe98795..86d7f448 100644 --- a/src/result.rs +++ b/src/result.rs @@ -11,7 +11,7 @@ pub enum ReedlineErrorVariants { HistoryDatabaseError(String), /// Error within history - #[error("error within history: {0}")] + #[error("error in Reedline history: {0}")] OtherHistoryError(&'static str), /// History does not support a feature