Skip to content

Commit 29f3d7d

Browse files
unvalleyVeykril
authored andcommitted
test: fix arg_type test
1 parent 13267ad commit 29f3d7d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/ide-db/src/syntax_helpers/format_string_exprs.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,6 @@ mod tests {
262262
.unwrap()
263263
.1,
264264
vec![
265-
Arg::Ident("_ident".to_owned()),
266-
Arg::Ident("r#raw_ident".to_owned()),
267265
Arg::Expr("expr.obj".to_owned()),
268266
Arg::Expr("name {thing: 42}".to_owned()),
269267
Arg::Placeholder

0 commit comments

Comments
 (0)