fix missing arguments (#361)
Co-authored-by: xix3r <xix3r@pop-os.localdomain>
This commit is contained in:
parent
baf1251c06
commit
f8676f2bec
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ impl<I: Copy + std::hash::Hash + std::cmp::Eq + std::fmt::Debug, T> OneToNElemen
|
|||
);
|
||||
}
|
||||
} else {
|
||||
bail!("parent_to_child stored mapping from {:?} to {:?}, which was not found in child_to_parent");
|
||||
bail!("parent_to_child stored mapping from {:?} to {:?}, which was not found in child_to_parent", parent, child);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue