From 806a5bc113ce63749eaf52b20edd457eacee0c43 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Sun, 29 Jun 2025 15:57:12 +0100 Subject: [PATCH] Add docs for History --- src/utils/history.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/utils/history.rs b/src/utils/history.rs index 611132a..cfba9c8 100644 --- a/src/utils/history.rs +++ b/src/utils/history.rs @@ -12,6 +12,8 @@ pub enum History { RemovedFromRight = "RemovedFromRight", } +/// Simple enum for describing the result of `reconcile` in a flat list. +/// When compiled to WASM, the enum values are the same as their names. #[derive(Debug, Clone, Copy, PartialEq, Eq)] #[cfg(not(feature = "wasm"))] pub enum History {