From 1c34fb064aac7521b68d11a5f2782eea37bd50bc Mon Sep 17 00:00:00 2001 From: Daniel Rainer Date: Mon, 10 Nov 2025 02:09:31 +0100 Subject: [PATCH] cleanup: remove obsolete comment This comment should have been removed in 3736636d999d66d5452e28c4962b8f3c259386b8 ("msrv: update to Rust 1.85", 2025-10-19) Part of #12041 --- src/history/history.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/history/history.rs b/src/history/history.rs index 446ea0db6..1b7ce5f39 100644 --- a/src/history/history.rs +++ b/src/history/history.rs @@ -106,7 +106,6 @@ pub enum SearchDirection { const DFLT_FISH_HISTORY_SESSION_ID: &wstr = L!("fish"); /// When we rewrite the history, the number of items we keep. -// FIXME: https://github.com/rust-lang/rust/issues/67441 const HISTORY_SAVE_MAX: usize = 1024 * 256; /// Default buffer size for flushing to the history file.