Skip to main content

check_unique_ids

Function check_unique_ids 

Source
pub fn check_unique_ids(entities: &[Entity]) -> Result<(), ValidationError>
Expand description

Reject if any two entities have the same id under NFC normalization. Reports the two file_paths so the error points at both colliding files.