We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8cc121 commit d5c0743Copy full SHA for d5c0743
exercises/04_traits/05_trait_bounds/src/lib.rs
@@ -1,5 +1,5 @@
1
// TODO: Add the necessary trait bounds to `min` so that it compiles successfully.
2
-// 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.
3
//
4
// Note: there are different trait bounds that'll make the compiler happy, but they come with
5
// different _semantics_. We'll cover those differences later in the course when we talk about ordered
0 commit comments