Skip to content

Do not early return on null bucket_ptr #75

Do not early return on null bucket_ptr

Do not early return on null bucket_ptr #75

Workflow file for this run

on: [push, pull_request]
name: Continuous integration
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@1.60.0
with:
components: rustfmt
- run: cargo fmt -- --check
- run: cargo test
- run: cargo bench