]> git.lizzy.rs Git - rust.git/commitdiff
test: fix arg_type test
authorunvalley <kirohi.code@gmail.com>
Sun, 27 Nov 2022 05:49:30 +0000 (14:49 +0900)
committerLukas Wirth <lukastw97@gmail.com>
Mon, 9 Jan 2023 11:22:29 +0000 (12:22 +0100)
crates/ide-db/src/syntax_helpers/format_string_exprs.rs

index 6ff580c16761f61fe0f5bf6f5089d29e0958227b..fcef71fb74e7bbe4612f3c4e352f1943e95bc64e 100644 (file)
@@ -262,8 +262,6 @@ fn arg_type() {
                 .unwrap()
                 .1,
             vec![
-                Arg::Ident("_ident".to_owned()),
-                Arg::Ident("r#raw_ident".to_owned()),
                 Arg::Expr("expr.obj".to_owned()),
                 Arg::Expr("name {thing: 42}".to_owned()),
                 Arg::Placeholder