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>,