Merge pull request #2 from JuanPotato/patch-1

Fix RC header
pull/4/head
Dhghomon 4 years ago committed by GitHub
commit 51acc757ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5067,7 +5067,7 @@ error[E0412]: cannot find type `WorldsBestType` in this scope
```todo!()``` is actually the same as another macro: ```unimplemented!()```. Programmers were using ```unimplemented()``` a lot but it was long to type, so they created ```todo!()``` which is shorter.
#Rc
# Rc
Rc means "reference counter". You know that in Rust, every variable can only have one owner. That is why this doesn't work:

Loading…
Cancel
Save