Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit f441bbf

Browse files
committed
Fix wrong fixture
1 parent f669b55 commit f441bbf

File tree

1 file changed

+1
-1
lines changed
  • src/tools/rust-analyzer/crates/test-utils/src

1 file changed

+1
-1
lines changed

src/tools/rust-analyzer/crates/test-utils/src/minicore.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1834,7 +1834,7 @@ pub mod prelude {
18341834
option::Option::{self, None, Some}, // :option
18351835
panic, // :panic
18361836
result::Result::{self, Err, Ok}, // :result
1837-
str::FromStr, // :from
1837+
str::FromStr, // :str
18381838
};
18391839
}
18401840

0 commit comments

Comments
 (0)