mirror of
https://github.com/mainmatter/100-exercises-to-learn-rust
synced 2025-01-14 08:01:53 +01:00
2e2f6b945d
It's generally better practice to handle or propagate errors, rather than panicking in response to them. This edit moves panicking to be the _last_ option introduced, rather than the first. It also adds caveats to avoid doing so, and explicitly mentions propagating as something to consider. |
||
---|---|---|
.. | ||
assets | ||
src | ||
.gitignore | ||
book.toml | ||
custom.theme | ||
link2alias.json | ||
metadata.yml |