File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -699,8 +699,7 @@ impl Token {
699
699
false
700
700
}
701
701
702
- /// Would `maybe_whole_expr` in `parser.rs` return `Ok(..)`?
703
- /// That is, is this a pre-parsed expression dropped into the token stream
702
+ /// Is this a pre-parsed expression dropped into the token stream
704
703
/// (which happens while parsing the result of macro expansion)?
705
704
pub fn is_whole_expr ( & self ) -> bool {
706
705
if let Interpolated ( nt) = & self . kind
Original file line number Diff line number Diff line change @@ -101,7 +101,6 @@ pub enum TrailingToken {
101
101
MaybeComma ,
102
102
}
103
103
104
- /// Like `maybe_whole_expr`, but for things other than expressions.
105
104
#[ macro_export]
106
105
macro_rules! maybe_whole {
107
106
( $p: expr, $constructor: ident, |$x: ident| $e: expr) => {
You can’t perform that action at this time.
0 commit comments