mirror of
https://github.com/hannobraun/Fornjot
synced 2025-09-30 13:08:14 +00:00
Rename argument
This commit is contained in:
parent
f54bfe9bc4
commit
d5abf06a46
@ -27,8 +27,8 @@ macro_rules! impl_traits {
|
||||
impl Partial for $partial {
|
||||
type Full = $full;
|
||||
|
||||
fn build(self, stores: &Objects) -> Self::Full {
|
||||
self.build(stores)
|
||||
fn build(self, objects: &Objects) -> Self::Full {
|
||||
self.build(objects)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user