mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 20:09:19 +00:00
tidy
This commit is contained in:
parent
f54a863965
commit
2f6923b844
2 changed files with 27 additions and 15 deletions
|
@ -363,7 +363,7 @@ impl SourceAnalyzer {
|
|||
|
||||
// [E0586] inclusive ranges must be bounded at the end
|
||||
(RangeOp::Inclusive, None, None) => return None,
|
||||
(RangeOp::Inclusive, Some(_), None) => return None
|
||||
(RangeOp::Inclusive, Some(_), None) => return None,
|
||||
};
|
||||
self.resolver.resolve_known_struct(db.upcast(), &path)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue