fix: add solution for threads3 ownership issue

This commit is contained in:
KAUSTUBHOG 2025-11-11 00:01:45 +05:30
parent a83950a095
commit 2e9462fe1a

View File

@ -65,4 +65,4 @@ mod tests {
received.sort();
assert_eq!(received, [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]);
}
}
}