Skip to content

Commit

Permalink
fix(arc1): Passively introduce attributes (#429)
Browse files Browse the repository at this point in the history
Ensure that std::sync::Arc is actually used, as this exercise can be compiled using things already learnt in previous exercises.
  • Loading branch information
alexxroche committed Jun 14, 2020
1 parent c6295ad commit 113cdae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exercises/standard_library_types/arc1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 113cdae

Please sign in to comment.