Minor refactor.
This commit is contained in:
@@ -40,7 +40,7 @@ impl EvalState<'_> {
|
||||
always_search_scope: false,
|
||||
scope_level: 0,
|
||||
fn_resolution_caches: StaticVec::new_const(),
|
||||
dummy: PhantomData::default(),
|
||||
dummy: Default::default(),
|
||||
}
|
||||
}
|
||||
/// Get the number of function resolution cache(s) in the stack.
|
||||
|
Reference in New Issue
Block a user