Allègement du graphe

This commit is contained in:
Pierre HUBERT 2023-02-03 09:30:42 +01:00
parent 115f907113
commit cc05d65eb9

View File

@ -174,6 +174,7 @@ fn build_tree_schema(
tree = tree.merge_with(other);
}
tree.name = struct_name.to_string();
return tree;
} else {
panic!("Unsupported case!");