From 2e9462fe1ae9f1fa845a3ec134c891c0426f784e Mon Sep 17 00:00:00 2001 From: KAUSTUBHOG Date: Tue, 11 Nov 2025 00:01:45 +0530 Subject: [PATCH] fix: add solution for threads3 ownership issue --- solutions/20_threads/threads3.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solutions/20_threads/threads3.rs b/solutions/20_threads/threads3.rs index b0fe8658..03c5f6b3 100644 --- a/solutions/20_threads/threads3.rs +++ b/solutions/20_threads/threads3.rs @@ -65,4 +65,4 @@ mod tests { received.sort(); assert_eq!(received, [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]); } -} \ No newline at end of file +}