Skip to content

Fix sum over empty [Float] returns Float 0.0, not Int 0 #196

Fix sum over empty [Float] returns Float 0.0, not Int 0

Fix sum over empty [Float] returns Float 0.0, not Int 0 #196

Workflow file for this run

name: Clippy
on:
push:
branches: [master]
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Rust toolchain
run: rustup component add clippy
- uses: Swatinem/rust-cache@v2
with:
key: clippy
- name: Run clippy
run: cargo clippy --all-targets --workspace -- -D warnings