Remove commented out code
This commit is contained in:
parent
3d8d880c59
commit
ad2da5b1da
@ -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…
x
Reference in New Issue
Block a user