aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index d6612b2..195303b 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -27,6 +27,6 @@ fn main() {
);
}));
for thread in threads {
- let _ = thread.join();
+ let _ = thread.join(); // Dissolving Result.
}
}