From 86d867dfd610af18743e8ddfa8e0de271a00b8e0 Mon Sep 17 00:00:00 2001 From: gbin Date: Sun, 22 Dec 2024 17:27:33 +0000 Subject: [PATCH] deploy: 3d58f92ad384998c4e2c71f6363c782bc9639a85 --- src/cu29_runtime/copperlist.rs.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/cu29_runtime/copperlist.rs.html b/src/cu29_runtime/copperlist.rs.html index c2a03f13b..0d4a7cd32 100644 --- a/src/cu29_runtime/copperlist.rs.html +++ b/src/cu29_runtime/copperlist.rs.html @@ -770,9 +770,9 @@ assert_eq!(q.len(), 3); let mut iter = q.iter(); - iter.next().unwrap().msgs; - iter.next().unwrap().msgs; - iter.next().unwrap().msgs; + iter.next().unwrap(); + iter.next().unwrap(); + iter.next().unwrap(); assert!(iter.next().is_none()); }