mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
test: fix arg_type test
This commit is contained in:
parent
13267adb12
commit
29f3d7dee7
@ -262,8 +262,6 @@ mod tests {
|
|||||||
.unwrap()
|
.unwrap()
|
||||||
.1,
|
.1,
|
||||||
vec![
|
vec![
|
||||||
Arg::Ident("_ident".to_owned()),
|
|
||||||
Arg::Ident("r#raw_ident".to_owned()),
|
|
||||||
Arg::Expr("expr.obj".to_owned()),
|
Arg::Expr("expr.obj".to_owned()),
|
||||||
Arg::Expr("name {thing: 42}".to_owned()),
|
Arg::Expr("name {thing: 42}".to_owned()),
|
||||||
Arg::Placeholder
|
Arg::Placeholder
|
||||||
|
Loading…
x
Reference in New Issue
Block a user