Remove PackageLibrary and PackagesCollection.

This commit is contained in:
Stephen Chung
2020-12-22 22:36:30 +08:00
parent 2a7e6c0884
commit 0157f912e0
4 changed files with 16 additions and 76 deletions

View File

@@ -1681,7 +1681,7 @@ impl Engine {
});
if include_packages {
signatures.extend(self.packages.gen_fn_signatures());
signatures.extend(self.packages.iter().flat_map(|m| m.gen_fn_signatures()));
}
signatures