diff options
Diffstat (limited to 'crates/mozart-core/src/composer.rs')
| -rw-r--r-- | crates/mozart-core/src/composer.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/mozart-core/src/composer.rs b/crates/mozart-core/src/composer.rs index c76f428..64c3c97 100644 --- a/crates/mozart-core/src/composer.rs +++ b/crates/mozart-core/src/composer.rs @@ -246,7 +246,7 @@ impl LocalRepository { /// "at most one package of each name, with aliases unfolded". Mozart /// does not yet model alias packages, so this is currently a straight /// pass-through over the loaded packages. - pub fn canonical_packages(&self) -> impl Iterator<Item = &LocalPackage> { + pub fn get_canonical_packages(&self) -> impl Iterator<Item = &LocalPackage> { self.packages.iter() } |
