We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da51f8d + 69fd060 commit f965e17Copy full SHA for f965e17
src/lib.rs
@@ -678,12 +678,12 @@ pub enum Delimiter {
678
Brace,
679
/// `[ ... ]`
680
Bracket,
681
- /// `Ø ... Ø`
+ /// `∅ ... ∅`
682
///
683
- /// An implicit delimiter, that may, for example, appear around tokens
+ /// An invisible delimiter, that may, for example, appear around tokens
684
/// coming from a "macro variable" `$var`. It is important to preserve
685
/// operator priorities in cases like `$var * 3` where `$var` is `1 + 2`.
686
- /// Implicit delimiters may not survive roundtrip of a token stream through
+ /// Invisible delimiters may not survive roundtrip of a token stream through
687
/// a string.
688
None,
689
}
0 commit comments