We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6295ad commit 113cdaeCopy full SHA for 113cdae
exercises/standard_library_types/arc1.rs
@@ -6,6 +6,7 @@
6
7
// I AM NOT DONE
8
9
+#![forbid(unused_imports)] // Do not change this, (or the next) line.
10
use std::sync::Arc;
11
use std::thread;
12
0 commit comments