Small macro fix
This commit is contained in:
parent
6a16ec52aa
commit
607d8a2f61
1 changed files with 1 additions and 1 deletions
|
|
@ -381,7 +381,7 @@ impl<'a> CompletionContext<'a> {
|
|||
let def = self.sema.to_def(&it);
|
||||
(def.map(|def| def.ret_type(self.db)), None)
|
||||
},
|
||||
ast::Stmt(_) => (None, None),
|
||||
ast::Stmt(_it) => (None, None),
|
||||
_ => {
|
||||
match node.parent() {
|
||||
Some(n) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue