mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-07 03:09:19 +00:00
Passively introduce attributes
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
bb2ca25110
commit
9a3b1d382e
@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
// I AM NOT DONE
|
// I AM NOT DONE
|
||||||
|
|
||||||
|
#![forbid(unused_imports)] // Do not change this, (or the next) line.
|
||||||
use std::sync::Arc;
|
use std::sync::Arc;
|
||||||
use std::thread;
|
use std::thread;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user