add repl #82
ci.yml
on: pull_request
run cargo tests
57s
verify formatting and lints
44s
Annotations
2 errors and 3 warnings
verify formatting and lints:
filter-types/src/filter.rs#L10
first doc comment paragraph is too long
|
verify formatting and lints
Process completed with exit code 101.
|
verify formatting and lints:
filter-types/src/context.rs#L40
docs for function returning `Result` missing `# Errors` section
|
verify formatting and lints:
filter-types/src/value.rs#L121
casting `f64` to `i64` may truncate the value
|
verify formatting and lints:
filter-types/src/value.rs#L130
casting `i64` to `f64` causes a loss of precision (`i64` is 64 bits wide, but `f64`'s mantissa is only 52 bits wide)
|