mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
internal: Bump Dependencies
This commit is contained in:
parent
0cf677ab42
commit
76ae5434fa
51 changed files with 181 additions and 168 deletions
|
@ -68,7 +68,7 @@ pub(crate) fn signature_help(db: &RootDatabase, position: FilePosition) -> Optio
|
|||
.and_then(|tok| algo::skip_trivia_token(tok, Direction::Prev))?;
|
||||
let token = sema.descend_into_macros_single(token);
|
||||
|
||||
for node in token.ancestors() {
|
||||
for node in token.parent_ancestors() {
|
||||
match_ast! {
|
||||
match node {
|
||||
ast::ArgList(arg_list) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue