mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-29 10:31:14 -03:00
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:
committed by
Johannes Altmanninger
parent
366b85beb2
commit
1c34fb064a
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user