mirror of
https://github.com/mainmatter/100-exercises-to-learn-rust
synced 2024-12-25 21:58:26 +01:00
Reword instructions.
This commit is contained in:
parent
e8cc1217db
commit
d5c0743c56
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
// TODO: Add the necessary trait bounds to `min` so that it compiles successfully.
|
||||
// Refer to `std::cmp` for more information on the traits you might need.
|
||||
// Refer to the documentation of the `std::cmp` module for more information on the traits you might need.
|
||||
//
|
||||
// Note: there are different trait bounds that'll make the compiler happy, but they come with
|
||||
// different _semantics_. We'll cover those differences later in the course when we talk about ordered
|
||||
|
|
Loading…
Reference in a new issue