From ce286010a8d17f0665bdd3cc69b83cceb285e39c Mon Sep 17 00:00:00 2001 From: Peter Ammon Date: Sat, 10 Jan 2026 09:52:18 -0800 Subject: [PATCH] Remove a stale comment --- src/history/history.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/history/history.rs b/src/history/history.rs index 745c08ef3..0f958784c 100644 --- a/src/history/history.rs +++ b/src/history/history.rs @@ -1107,9 +1107,6 @@ fn do_1_history_search( } /// Formats a single history record, including a trailing newline. -/// -/// Returns nothing. The only possible failure involves formatting the timestamp. If that happens we -/// simply omit the timestamp from the output. fn format_history_record( item: &HistoryItem, show_time_format: Option<&str>,