mirror of
https://github.com/hannobraun/Fornjot
synced 2025-09-26 11:08:16 +00:00
Rename argument
This commit is contained in:
parent
fa90e7f62b
commit
61e9510e7c
@ -77,5 +77,5 @@ pub trait Partial: Default + for<'a> From<&'a Self::Full> {
|
||||
/// Calling `build` on a partial object that can't infer its missing parts
|
||||
/// is considered a programmer error, hence why this method doesn't return a
|
||||
/// [`Result`].
|
||||
fn build(self, stores: &Objects) -> Self::Full;
|
||||
fn build(self, objects: &Objects) -> Self::Full;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user