We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@optional
1 parent c30bf3a commit 3c0a03eCopy full SHA for 3c0a03e
src/lints/function_changed_abi.ron
@@ -16,7 +16,7 @@ SemverQuery(
16
importable_path {
17
path @output @tag
18
}
19
-
+
20
abi_: abi {
21
name @output @tag
22
@@ -27,19 +27,19 @@ SemverQuery(
27
item {
28
... on Function {
29
visibility_limit @filter(op: "=", value: ["$public"])
30
31
32
path @filter(op: "=", value: ["%path"])
33
34
35
+ new_abi_: abi {
36
+ name @filter(op: "!=", value: ["%name"]) @output
37
+ }
38
39
span_: span @optional {
40
filename @output
41
begin_line @output
42
- new_abi_: abi {
- name @filter(op: "!=", value: ["%name"]) @output
- }
43
44
45
0 commit comments