Skip to content

Commit 5faa0ba

Browse files
authored
Merge pull request #1347 from kevwan/patch-1
chore: fix prompt error for exercise #80 (rc1.rs)
2 parents 259b434 + 4771a7b commit 5faa0ba

File tree

1 file changed

+1
-0
lines changed
  • exercises/smart_pointers

1 file changed

+1
-0
lines changed

exercises/smart_pointers/rc1.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// Make this code compile by using the proper Rc primitives to express that the sun has multiple owners.
77

88
// I AM NOT DONE
9+
910
use std::rc::Rc;
1011

1112
#[derive(Debug)]

0 commit comments

Comments
 (0)