mirror of
https://github.com/hannobraun/Fornjot
synced 2025-10-11 02:18:20 +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 {
|
impl Partial for $partial {
|
||||||
type Full = $full;
|
type Full = $full;
|
||||||
|
|
||||||
fn build(self, stores: &Objects) -> Self::Full {
|
fn build(self, objects: &Objects) -> Self::Full {
|
||||||
self.build(stores)
|
self.build(objects)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user