Skip to content

Commit

Permalink
remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pratapsingh1729 committed Oct 7, 2024
1 parent 420eda4 commit 6c4dcba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1315,7 +1315,7 @@ fn to_doc<'a>(
Rule::path_pat => map_to_doc(ctx, arena, pair),
Rule::box_pat => map_to_doc(ctx, arena, pair),
Rule::rest_pat => map_to_doc(ctx, arena, pair),
Rule::macro_pat => map_to_doc(ctx, arena, pair), // unsupported(pair),
Rule::macro_pat => map_to_doc(ctx, arena, pair),
Rule::const_block_pat => unsupported(pair),

//************************//
Expand Down

0 comments on commit 6c4dcba

Please sign in to comment.