Skip to main content

no_duplicate_destination

Function no_duplicate_destination 

Source
pub fn no_duplicate_destination(
    operations: &[Operation],
) -> Result<(), DuplicateDestination>
Expand description

Check that no destination is written twice.

ยงErrors

DuplicateDestination naming the path and both kinds. A plan that wrote one destination twice would have an apply order nobody chose.