From 7ac8054e928a42068f2c36c2e9719072abe8507a Mon Sep 17 00:00:00 2001 From: locoy Date: Thu, 13 Nov 2025 15:52:26 +0800 Subject: [PATCH] delete not --- exercises/04_primitive_types/primitive_types6.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/04_primitive_types/primitive_types6.rs b/exercises/04_primitive_types/primitive_types6.rs index a97e53110e..bf63a6c3e9 100644 --- a/exercises/04_primitive_types/primitive_types6.rs +++ b/exercises/04_primitive_types/primitive_types6.rs @@ -12,6 +12,6 @@ mod tests { // and assign it to a variable called `second`. // let second = ???; - assert_eq!(second, 2, "This is not the 2nd number in the tuple!"); + assert_eq!(second, 2, "This is the 2nd number in the tuple!"); } }