add doc for deep diff

This commit is contained in:
Pakin 2025-09-05 08:56:45 +07:00
parent 6ccc6cb779
commit 0b1f4432b2

View file

@ -208,6 +208,8 @@ impl Recipe {
menu1 == menu2 menu1 == menu2
} }
/// Similar to `diff_pd_between_recipes` but will check each field of
/// recipe and list them out if any.
pub fn deep_diff_pd_between_recipes( pub fn deep_diff_pd_between_recipes(
&self, &self,
another_recipe: &Recipe, another_recipe: &Recipe,