Create ci.yml #1
ci.yml
on: push
run cargo tests
38s
verify formatting and lints
35s
Annotations
6 errors
verify formatting and lints:
filter-proc-macro/src/lib.rs#L8
docs for function which may panic missing `# Panics` section
|
verify formatting and lints:
filter-proc-macro/src/lib.rs#L87
docs for function which may panic missing `# Panics` section
|
verify formatting and lints:
filter-proc-macro/src/lib.rs#L125
redundant closure
|
verify formatting and lints
Process completed with exit code 101.
|
run cargo tests:
src/interpreter/mod.rs#L195
a value of type `Box<str>` cannot be built from an iterator over elements of type `&str`
|
run cargo tests
Process completed with exit code 101.
|