Skip to content

Commit 414acda

Browse files
the8472cuviper
andauthored
fix spelling in library/alloc/tests/vec.rs
Co-authored-by: Josh Stone <[email protected]>
1 parent aabed33 commit 414acda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/alloc/tests/vec.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1512,7 +1512,7 @@ fn extract_if_ranges() {
15121512

15131513
#[test]
15141514
#[should_panic]
1515-
fn extraxt_if_out_of_bounds() {
1515+
fn extract_if_out_of_bounds() {
15161516
let mut vec = vec![0, 1];
15171517
let _ = vec.extract_if(5.., |_| true).for_each(drop);
15181518
}

0 commit comments

Comments
 (0)