| Age | Commit message (Collapse) | Author |
|
This improves the experience for contributors on Windows becuase
Windows can't deal with git symbolic links out of the box…
|
|
|
|
|
|
|
|
|
|
|
|
Technically it's correct, but playing around with this will very quickly
throw you into having to handle `Option`s and futzing around with
`try_into`. Not really something we want to throw upon the user here.
Closes #1948.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
chore: minor typo fix
|
|
|
|
|
|
|
|
|
|
|
|
This commit corrects a grammar typo in the hint of the errors1 exercise, changing from:
"`Ok` and `Err` are one of the variants of `Result`,"
to:
"`Ok` and `Err` are the two variants of `Result`,"
|
|
Also rewrapped some hints to 80 columns so that they also look good in a
terminal.
closes #1698
|
|
Convert exercises with assertions to tests
|
|
|
|
|
|
fix: refactor move semantics 1-4 into tests
|
|
|
|
fix(primitives-4.rs): update hint so it's less confusing
|
|
info.toml: update threads2 text.
|
|
|
|
|
|
|
|
the previous text does not appear in the provided link (https://doc.rust-lang.org/book/ch16-03-shared-state.html#atomic-reference-counting-with-arct).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Improve hint for as_ref_mut
|
|
fix(threads, smart pointers): Swap order of threads and smart pointers exercises
|
|
fix(vecs): rename outdated variable name in hint
|
|
|
|
|
|
closes #1541
|
|
|
|
|
|
modules2.rs: add more information to hint
|
|
|