mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-12 22:08:29 +00:00
Implement Default
for Store
This commit is contained in:
parent
66d4d4d455
commit
d3b6c37d4c
@ -15,3 +15,9 @@ impl<T> Store<T> {
|
||||
Handle::new(op)
|
||||
}
|
||||
}
|
||||
|
||||
impl<T> Default for Store<T> {
|
||||
fn default() -> Self {
|
||||
Self::new()
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user