We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6744b73 + f7d4038 commit 0df2d5bCopy full SHA for 0df2d5b
src/expr.rs
@@ -3218,7 +3218,6 @@ pub(crate) mod printing {
3218
Expr::Group(e) => e.to_tokens(tokens),
3219
#[cfg(feature = "full")]
3220
Expr::If(e) => e.to_tokens(tokens),
3221
- #[cfg(feature = "full")]
3222
Expr::Index(e) => print_expr_index(e, tokens, fixup),
3223
3224
Expr::Infer(e) => e.to_tokens(tokens),
@@ -3247,7 +3246,6 @@ pub(crate) mod printing {
3247
3246
Expr::Try(e) => print_expr_try(e, tokens, fixup),
3248
3249
Expr::TryBlock(e) => e.to_tokens(tokens),
3250
3251
Expr::Tuple(e) => e.to_tokens(tokens),
3252
Expr::Unary(e) => print_expr_unary(e, tokens, fixup),
3253
0 commit comments