cleanup: remove obsolete comment

This comment should have been removed in 3736636d99
("msrv: update to Rust 1.85", 2025-10-19)

Part of #12041
This commit is contained in:
Daniel Rainer
2025-11-10 02:09:31 +01:00
committed by Johannes Altmanninger
parent 366b85beb2
commit 1c34fb064a

View File

@@ -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.