]> git.lizzy.rs Git - rust.git/blobdiff - crates/test_utils/src/minicore.rs
internal: sanity-check minicore flags
[rust.git] / crates / test_utils / src / minicore.rs
index f9f14b7dfa879e8b8fba0f42999b2751539d4f45..8c0d122dc83c35c8007858f02141b916a7049195 100644 (file)
@@ -64,7 +64,7 @@ pub trait Deref {
     pub use self::deref::Deref;
     // endregion:deref
 
-    //region:range
+    // region:range
     mod range {
         #[lang = "RangeFull"]
         pub struct RangeFull;
@@ -99,7 +99,7 @@ pub struct RangeToInclusive<Idx> {
     }
     pub use self::range::{Range, RangeFrom, RangeFull, RangeTo};
     pub use self::range::{RangeInclusive, RangeToInclusive};
-    //endregion:range
+    // endregion:range
 }
 
 // region:slice