100-exercises-to-learn-rust/book
mckzm 2765fdaa0e
Some checks are pending
CI / build (push) Waiting to run
CI / formatter (push) Waiting to run
Fix reference to supertrait syntax in 09_error_trait.md (#124)
The [Error trait](https://rust-exercises.com/100-exercises/05_ticket_v2/09_error_trait.html?highlight=supertrait#the-error-trait) chapter states that the reader may recall the supertrait syntax from the [Sized trait](https://rust-exercises.com/100-exercises/04_traits/08_sized) chapter. Actually the syntax is introduced in the [From and Into](https://rust-exercises.com/100-exercises/04_traits/09_from) chapter instead. This PR amends the text accordingly.
2024-08-05 17:53:07 +02:00
..
src Fix reference to supertrait syntax in 09_error_trait.md (#124) 2024-08-05 17:53:07 +02:00
.gitignore 100 exercises to learn Rust 2024-05-12 22:47:45 +02:00
book.toml Render the book in PDF using pandoc and LaTeX. (#126) 2024-08-05 17:52:15 +02:00