Skip to content

Commit e756408

Browse files
Update crates/ide_completion/src/tests/pattern.rs
1 parent bc8665e commit e756408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ide_completion/src/tests/pattern.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ fn f(t: Ty) {
471471

472472
check_empty(
473473
r#"
474-
enum MyEnum;
474+
enum MyEnum {}
475475
476476
impl MyEnum {
477477
pub const A: i32 = 123;

0 commit comments

Comments
 (0)