Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir-expand/src/fixup.rs')
-rw-r--r--crates/hir-expand/src/fixup.rs14
1 files changed, 0 insertions, 14 deletions
diff --git a/crates/hir-expand/src/fixup.rs b/crates/hir-expand/src/fixup.rs
index a3b2c700ff..ed29411a6b 100644
--- a/crates/hir-expand/src/fixup.rs
+++ b/crates/hir-expand/src/fixup.rs
@@ -632,20 +632,6 @@ fn foo () {a . b ; bar () ;}
}
#[test]
- fn extraneous_comma() {
- check(
- r#"
-fn foo() {
- bar(,);
-}
-"#,
- expect![[r#"
-fn foo () {__ra_fixup ;}
-"#]],
- )
- }
-
- #[test]
fn fixup_if_1() {
check(
r#"