book
book copied to clipboard
clarify in section 3.4 that rust supports block comments with /* */
Currently the book section 3.4 on comments, makes no mention of block comments /* */. as a new user of the language, i assumed rust simply didn't support it, until i spoke with a colleague about the issue. This PR adds the missing information about block comments to provide clearer guidance for new users