1
Fork 0

Remove references to maybe_whole_expr.

It was removed in #126571.
This commit is contained in:
Nicholas Nethercote 2024-07-16 16:40:35 +10:00
parent 8cb6bc3b5a
commit 9c4f3dbd06
2 changed files with 1 additions and 3 deletions

View file

@ -101,7 +101,6 @@ pub enum TrailingToken {
MaybeComma,
}
/// Like `maybe_whole_expr`, but for things other than expressions.
#[macro_export]
macro_rules! maybe_whole {
($p:expr, $constructor:ident, |$x:ident| $e:expr) => {