internal: sanity-check minicore flags

This commit is contained in:
Aleksey Kladov 2021-06-15 22:38:21 +03:00
parent 09c4013ec0
commit 2eef66a2ed
2 changed files with 11 additions and 2 deletions

View file

@ -64,7 +64,7 @@ pub mod ops {
pub use self::deref::Deref;
// endregion:deref
//region:range
// region:range
mod range {
#[lang = "RangeFull"]
pub struct RangeFull;
@ -99,7 +99,7 @@ pub mod ops {
}
pub use self::range::{Range, RangeFrom, RangeFull, RangeTo};
pub use self::range::{RangeInclusive, RangeToInclusive};
//endregion:range
// endregion:range
}
// region:slice