aboutsummaryrefslogtreecommitdiff
path: root/crates/test_utils/src/minicore.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/test_utils/src/minicore.rs')
-rw-r--r--crates/test_utils/src/minicore.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/test_utils/src/minicore.rs b/crates/test_utils/src/minicore.rs
index f9f14b7df..8c0d122dc 100644
--- a/crates/test_utils/src/minicore.rs
+++ b/crates/test_utils/src/minicore.rs
@@ -64,7 +64,7 @@ pub mod ops {
64 pub use self::deref::Deref; 64 pub use self::deref::Deref;
65 // endregion:deref 65 // endregion:deref
66 66
67 //region:range 67 // region:range
68 mod range { 68 mod range {
69 #[lang = "RangeFull"] 69 #[lang = "RangeFull"]
70 pub struct RangeFull; 70 pub struct RangeFull;
@@ -99,7 +99,7 @@ pub mod ops {
99 } 99 }
100 pub use self::range::{Range, RangeFrom, RangeFull, RangeTo}; 100 pub use self::range::{Range, RangeFrom, RangeFull, RangeTo};
101 pub use self::range::{RangeInclusive, RangeToInclusive}; 101 pub use self::range::{RangeInclusive, RangeToInclusive};
102 //endregion:range 102 // endregion:range
103} 103}
104 104
105// region:slice 105// region:slice