From 7d51a6bca38de1bb8e59771ba52afaa2b89c21bf Mon Sep 17 00:00:00 2001 From: Folkert Date: Fri, 13 Aug 2021 15:42:18 +0200 Subject: [PATCH] comment is not a test... --- compiler/mono/src/layout.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/compiler/mono/src/layout.rs b/compiler/mono/src/layout.rs index 13015a0c22..d1b25e76f3 100644 --- a/compiler/mono/src/layout.rs +++ b/compiler/mono/src/layout.rs @@ -885,9 +885,7 @@ impl<'a> LayoutCache<'a> { pub fn rollback_to(&mut self, _snapshot: SnapshotKeyPlaceholder) {} } -/// placeholder for the type -/// -/// ven_ena::unify::Snapshot>> +// placeholder for the type ven_ena::unify::Snapshot>> pub struct SnapshotKeyPlaceholder; impl<'a> Builtin<'a> {