mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 05:38:46 +00:00
tidy
This commit is contained in:
parent
2e0fae3579
commit
4fd471c571
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…
Reference in a new issue