mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
added block comments (#4743)
This commit is contained in:
parent
78f4c87f81
commit
4635601b6a
@ -30,6 +30,9 @@ Rust not only fast, but also easy and efficient to code in.
|
||||
// This is a comment. Line comments look like this...
|
||||
// and extend multiple lines like this.
|
||||
|
||||
/* Block comments
|
||||
/* can be nested. */ */
|
||||
|
||||
/// Documentation comments look like this and support markdown notation.
|
||||
/// # Examples
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user