mirror of
https://github.com/swc-project/swc.git
synced 2025-01-08 14:57:44 +03:00
8 lines
144 B
YAML
8 lines
144 B
YAML
|
language: rust
|
||
|
id: pat-with-into
|
||
|
rule:
|
||
|
all:
|
||
|
- kind: call_expression
|
||
|
- pattern: "Pat::$NAME($EXPR).into()"
|
||
|
fix: $EXPR.into()
|