refactor value code and allow lazy iterators in pipeline ctx #12
ci.yml
on: push
run cargo tests
51s
verify formatting and lints
42s
Annotations
2 errors and 10 warnings
verify formatting and lints:
src/interpreter/value.rs#L220
this lifetime isn't used in the impl
|
verify formatting and lints
Process completed with exit code 101.
|
verify formatting and lints:
src/frontend/arena.rs#L4
item name starts with its containing module's name
|
verify formatting and lints:
src/frontend/ast.rs#L6
item name starts with its containing module's name
|
verify formatting and lints:
src/frontend/ast.rs#L9
item name starts with its containing module's name
|
verify formatting and lints:
src/frontend/ast.rs#L11
item name starts with its containing module's name
|
verify formatting and lints:
src/frontend/ast.rs#L19
item name starts with its containing module's name
|
verify formatting and lints:
src/frontend/parser.rs#L51
docs for function returning `Result` missing `# Errors` section
|
verify formatting and lints:
src/frontend/parser.rs#L62
docs for function returning `Result` missing `# Errors` section
|
verify formatting and lints:
src/frontend/parser.rs#L305
this function's return value is unnecessarily wrapped by `Result`
|
verify formatting and lints:
src/interpreter/filter.rs#L15
item name starts with its containing module's name
|
verify formatting and lints:
src/interpreter/filter.rs#L37
docs for function returning `Result` missing `# Errors` section
|