fix(arc1): Passively introduce attributes (#429)
Ensure that std::sync::Arc is actually used, as this exercise can be compiled using things already learnt in previous exercises.
This commit is contained in:
parent
c6295ade33
commit
113cdae2d4
|
@ -6,6 +6,7 @@
|
|||
|
||||
// I AM NOT DONE
|
||||
|
||||
#![forbid(unused_imports)] // Do not change this, (or the next) line.
|
||||
use std::sync::Arc;
|
||||
use std::thread;
|
||||
|
||||
|
|
Loading…
Reference in a new issue