Navigation Menu

Skip to content

Commit

Permalink
Remove outdated info about nested block comments. Fixes #14767
Browse files Browse the repository at this point in the history
  • Loading branch information
reem committed Jun 10, 2014
1 parent 7f777a5 commit e5ebdb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/doc/rust.md
Expand Up @@ -160,8 +160,8 @@ block_comment_body : [block_comment | character] * ;
line_comment : "//" non_eol * ;
~~~~

Comments in Rust code follow the general C++ style of line and block-comment forms,
with no nesting of block-comment delimiters.
Comments in Rust code follow the general C++ style of line and block-comment forms.
Nested block comments are supported.

Line comments beginning with exactly _three_ slashes (`///`), and block
comments beginning with exactly one repeated asterisk in the block-open
Expand Down

5 comments on commit e5ebdb4

@bors
Copy link
Contributor

@bors bors commented on e5ebdb4 Jun 12, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from alexcrichton
at reem@e5ebdb4

@bors
Copy link
Contributor

@bors bors commented on e5ebdb4 Jun 12, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging reem/rust/patch-1 = e5ebdb4 into auto

@bors
Copy link
Contributor

@bors bors commented on e5ebdb4 Jun 12, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reem/rust/patch-1 = e5ebdb4 merged ok, testing candidate = 614e448

@bors
Copy link
Contributor

@bors bors commented on e5ebdb4 Jun 12, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 614e448

Please sign in to comment.