liv

Results 116 comments of liv

@all-contributors please add @clairew for content

Thank you both for your work in landing this PR! @all-contributors please add @winterqt and @MoritzBoehme for code

hm, it can only do one at a time @all-contributors please add @MoritzBoehme for code

@all-contributors please add @Frosthage for content

> Until this section, Rustlings was an alternative to the book, and we’ve been referring to docs. This is not true, Rustlings is meant to work well alongside the book....

I think a lot of people already do this, I get misguided PRs from people committing their progress to their own forks on this repository all the time. The readme...

The recommended way to install Rust has, and will likely always be rustup. I do agree that sometimes installing from distro package managers, or from source can be preferential, and...

> Tooling like clippy is important, and it's usually installed by a package manager Not quite true, the recommended way to install Clippy is via `rustup component add clippy` :)...

I'm not sure how useful this would be, as installing the command and cloning the repository need to happen at the same time (the command/binary needs to be built from...