Skip to content

Commit 223e6d9

Browse files
committed
fix handlers::convert_bool_to_enum::tests::field_enum_cross_file test failures
1 parent 5e2541d commit 223e6d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ide-assists/src/handlers/convert_bool_to_enum.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,7 @@ fn foo() {
11361136
}
11371137
11381138
//- /main.rs
1139-
use foo::Foo;
1139+
use foo::{Bool, Foo};
11401140
11411141
mod foo;
11421142

0 commit comments

Comments
 (0)