mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 21:13:37 +00:00
Remove commented out code
This commit is contained in:
parent
3d8d880c59
commit
ad2da5b1da
1 changed files with 0 additions and 9 deletions
|
@ -456,15 +456,6 @@ impl<'a, D: HirDatabase> InferenceContext<'a, D> {
|
|||
}
|
||||
})?;
|
||||
|
||||
/*
|
||||
if let ExprOrPatId::Expr(expr) = id {
|
||||
match typable {
|
||||
TypableDef::Function(func) => self.write_assoc_fn_resolution(expr, func),
|
||||
_ => {}
|
||||
};
|
||||
}
|
||||
*/
|
||||
|
||||
resolved = Resolution::Def(item.into());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue