Add docs for History

This commit is contained in:
Andras Schmelczer 2025-06-29 15:57:12 +01:00
parent d23fad5382
commit 806a5bc113

View file

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