cleanup: fix swapped comments

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

View File

@@ -24,8 +24,8 @@
/// History file types.
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
pub enum HistoryFileType {
Fish2_0, // old format with just timestamp and item
Fish1_x, // YAML-style format
Fish1_x, // old format with just timestamp and item
Fish2_0, // YAML-style format
}
/// A type wrapping up the logic around mmap and munmap.