From 03baf2597d8e8eef8cfad6bb539b9ad2087b3a4c Mon Sep 17 00:00:00 2001 From: raychu86 <14917648+raychu86@users.noreply.github.com> Date: Mon, 6 Nov 2023 18:42:36 -0800 Subject: [PATCH] Remove incorrect documentation from matches_record --- synthesizer/process/src/stack/register_types/matches.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/synthesizer/process/src/stack/register_types/matches.rs b/synthesizer/process/src/stack/register_types/matches.rs index 2082fa995b..3957726841 100644 --- a/synthesizer/process/src/stack/register_types/matches.rs +++ b/synthesizer/process/src/stack/register_types/matches.rs @@ -168,8 +168,6 @@ impl RegisterTypes { } /// Checks that the given record matches the layout of the record type. - /// Note: Ordering for `owner` **does** matter, however ordering - /// for record data does **not** matter, as long as all defined members are present. pub fn matches_record( &self, stack: &(impl StackMatches + StackProgram),