5
Reading Club: The Book - Ownership Inventory Quiz no 1 [PROJECT]
(rust-book.cs.brown.edu)
A collaborative space for people to work together on learning Rust, learning about the Lemmy code base, discussing whatever confusions or difficulties we're having in these endeavours, and solving problems, including, hopefully, some contributions back to the Lemmy code base.
Rules TL;DR: Be nice, constructive, and focus on learning and working together on understanding Rust and Lemmy.
See also:
Thumbnail and banner generated by ChatGPT.
Q3: How fix
Of the following fixes (highlighted in yellow), which fix best satisfies these three criteria:
1:
2:
3:
Answer
3defaultuser_strto aStringto keep a consistent return typeString2is too restrictive in requiringuse_strto be aString1doesn't solve the problem