mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 13:51:31 +00:00
Fix rebase issue
This commit is contained in:
parent
b6c662c573
commit
1ce864ac62
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ fn structure_node(node: &SyntaxNode) -> Option<StructureNode> {
|
||||||
}
|
}
|
||||||
decl(mc)
|
decl(mc)
|
||||||
})
|
})
|
||||||
.visit(|let_statement: &ast::LetStmt| {
|
.visit(|let_statement: ast::LetStmt| {
|
||||||
let let_syntax = let_statement.syntax();
|
let let_syntax = let_statement.syntax();
|
||||||
|
|
||||||
let mut label = String::new();
|
let mut label = String::new();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue