Skip to content

Commit b6d6361

Browse files
committed
Fix wrong fixture
1 parent 65342f4 commit b6d6361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)