mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +00:00
internal: better naming
This commit is contained in:
parent
3dc2aeea0f
commit
ed84717869
9 changed files with 60 additions and 60 deletions
|
@ -117,9 +117,9 @@ fn opt_path_type_args(p: &mut Parser, mode: Mode) {
|
|||
params::param_list_fn_trait(p);
|
||||
opt_ret_type(p);
|
||||
} else {
|
||||
type_args::opt_generic_arg_list(p, false)
|
||||
generic_args::opt_generic_arg_list(p, false)
|
||||
}
|
||||
}
|
||||
Mode::Expr => type_args::opt_generic_arg_list(p, true),
|
||||
Mode::Expr => generic_args::opt_generic_arg_list(p, true),
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue