Use absolute path to FullRange, rather than assuming it is in the prelude
Closes #21263 [breaking-change] If you are using `core::ops::FullRange` you should change to using `core::ops::RangeFull`
This commit is contained in:
@@ -147,6 +147,7 @@ mod array;
|
||||
mod core {
|
||||
pub use panicking;
|
||||
pub use fmt;
|
||||
pub use ops;
|
||||
}
|
||||
|
||||
#[doc(hidden)]
|
||||
|
||||
Reference in New Issue
Block a user