FunctionManager: fix recursion issue
This commit is contained in:
parent
f218ff26c7
commit
8ee03d953f
@ -18,7 +18,7 @@ pub struct FunctionManager {
|
||||
impl Default for FunctionManager {
|
||||
fn default() -> Self {
|
||||
let mut d = Self {
|
||||
..Default::default()
|
||||
functions: Vec::new()
|
||||
};
|
||||
d.push_empty();
|
||||
d
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user