Skip to content

Commit d7afe2a

Browse files
Fix tests using FixedSizeArray methods (which are now shadowed)
1 parent 104a023 commit d7afe2a

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

library/core/tests/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#![feature(alloc_layout_extra)]
22
#![feature(array_chunks)]
3+
#![feature(array_methods)]
34
#![feature(array_map)]
45
#![feature(bool_to_option)]
56
#![feature(bound_cloned)]

library/core/tests/option.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
use core::array::FixedSizeArray;
21
use core::clone::Clone;
32
use core::mem;
43
use core::ops::DerefMut;

library/core/tests/result.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
use core::array::FixedSizeArray;
21
use core::ops::DerefMut;
32
use core::option::*;
43

0 commit comments

Comments
 (0)