mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +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, None, None) => return None,
|
||||||
(RangeOp::Inclusive, Some(_), None) => return None,
|
(RangeOp::Inclusive, Some(_), None) => return None,
|
||||||
};
|
};
|
||||||
let s = self.resolver.resolve_known_struct(db.upcast(), &path);
|
self.resolver.resolve_known_struct(db.upcast(), &path)
|
||||||
return s;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pub(crate) fn resolve_range_expr(
|
pub(crate) fn resolve_range_expr(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue