fix
This commit is contained in:
@@ -375,6 +375,7 @@ fn parse_mod(item_mod: &ItemMod) -> Option<RustDecl> {
|
||||
methods: Vec::new(),
|
||||
return_type: None,
|
||||
parameters: Vec::new(),
|
||||
docstring: extract_docstring(&item_mod.attrs),
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user