Skip to content

Commit 2d19d92

Browse files
committed
error on prefix-suffix conflicts
1 parent 654813a commit 2d19d92

6 files changed

Lines changed: 437 additions & 63 deletions

File tree

src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ impl InsertError {
7979
route.append(&current.prefix);
8080
}
8181

82-
// Add the prefixes of any conflicting children.
82+
// Add the prefixes of the first conflicting child.
8383
let mut child = current.children.first();
8484
while let Some(node) = child {
8585
route.append(&node.prefix);

0 commit comments

Comments
 (0)