book icon indicating copy to clipboard operation
book copied to clipboard

clarify in section 3.4 that rust supports block comments with /* */

Open uptitenaa opened this issue 8 months ago • 0 comments

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

uptitenaa avatar Feb 21 '25 18:02 uptitenaa