add doc for deep diff
This commit is contained in:
parent
6ccc6cb779
commit
0b1f4432b2
1 changed files with 2 additions and 0 deletions
|
|
@ -208,6 +208,8 @@ impl Recipe {
|
|||
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(
|
||||
&self,
|
||||
another_recipe: &Recipe,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue