We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac64a53 commit ba294a8Copy full SHA for ba294a8
compiler/rustc_ast/src/token.rs
@@ -41,8 +41,6 @@ pub enum BinOpToken {
41
/// Describes how a sequence of token trees is delimited.
42
/// Cannot use `proc_macro::Delimiter` directly because this
43
/// structure should implement some additional traits.
44
-/// The `None` variant is also renamed to `Invisible` to be
45
-/// less confusing and better convey the semantics.
46
#[derive(Copy, Clone, Debug, PartialEq, Eq)]
47
#[derive(Encodable, Decodable, Hash, HashStable_Generic)]
48
pub enum Delimiter {
0 commit comments