delete not

This commit is contained in:
locoy 2025-11-13 15:52:26 +08:00
parent f80fbca12e
commit 7ac8054e92

View File

@ -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!");
}
}