convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498
This commit is contained in:
parent
bfa43ca301
commit
be0141666d
123 changed files with 4981 additions and 5044 deletions
|
@ -1057,7 +1057,7 @@ class parser {
|
|||
}
|
||||
|
||||
fn parse_token_tree() -> token_tree {
|
||||
#[doc="what's the opposite delimiter?"]
|
||||
/// what's the opposite delimiter?
|
||||
fn flip(&t: token::token) -> token::token {
|
||||
alt t {
|
||||
token::LPAREN { token::RPAREN }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue