File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -704,10 +704,10 @@ pub enum Delimiter {
704704 #[ stable( feature = "proc_macro_lib2" , since = "1.29.0" ) ]
705705 Bracket ,
706706 /// `Ø ... Ø`
707- /// An implicit delimiter, that may, for example, appear around tokens coming from a
707+ /// An invisible delimiter, that may, for example, appear around tokens coming from a
708708 /// "macro variable" `$var`. It is important to preserve operator priorities in cases like
709709 /// `$var * 3` where `$var` is `1 + 2`.
710- /// Implicit delimiters might not survive roundtrip of a token stream through a string.
710+ /// Invisible delimiters might not survive roundtrip of a token stream through a string.
711711 #[ stable( feature = "proc_macro_lib2" , since = "1.29.0" ) ]
712712 None ,
713713}
You can’t perform that action at this time.
0 commit comments