tidy
This commit is contained in:
parent
734710ff44
commit
273d9d74f9
1 changed files with 1 additions and 2 deletions
|
|
@ -364,8 +364,7 @@ impl SourceAnalyzer {
|
|||
(RangeOp::Inclusive, None, None) => return None,
|
||||
(RangeOp::Inclusive, Some(_), None) => return None,
|
||||
};
|
||||
let s = self.resolver.resolve_known_struct(db.upcast(), &path);
|
||||
return s;
|
||||
self.resolver.resolve_known_struct(db.upcast(), &path)
|
||||
}
|
||||
|
||||
pub(crate) fn resolve_range_expr(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue