Skip to content

Commit

Permalink
fix(arc1): Passively introduce attributes (rust-lang#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 authored and dlemel8 committed Aug 2, 2020
1 parent b3f6ee7 commit e4fc669
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 e4fc669

Please sign in to comment.