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> {