part 05: clarify exercise
[rust-101.git] / workspace / src / part05.rs
index d3c95443377606f4118b04e7cc22909835aaaa88..f1c558720df94135f682ec0d191b1265db91b3ba 100644 (file)
@@ -59,7 +59,7 @@ impl<T: Clone> Clone for SomethingOrNothing<T> {
 }
 
 // **Exercise 05.2**: Write some more functions on `BigInt`. What about a function that returns the number of
-// digits? The number of non-zero digits? The smallest/largest digit?
+// digits? The number of non-zero digits? The smallest/largest digit? Of course, these should all just borrow `self`.
 
 // ## Mutation + aliasing considered harmful (part 2)
 enum Variant {